Skip to content

Commit

Permalink
Fix context menu showing up on all pages instead of only Rumble video…
Browse files Browse the repository at this point in the history
… pages
  • Loading branch information
stevencrader committed Aug 19, 2024
1 parent 58e5bad commit 3637df0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RantStats Extension for Rumble.com

## 1.4.6

- Fix context menu showing up on all pages instead of only Rumble video pages

## 1.4.5

- Open options page when clicking icon instead of popup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rantstats-extension",
"version": "1.4.5",
"version": "1.4.6",
"packageManager": "[email protected]",
"description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.",
"main": "output/pages/content/content.js",
Expand Down
1 change: 1 addition & 0 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ chrome.runtime.onInstalled.addListener(() => {
chrome.contextMenus.create({
title: "Open Rant Stats",
id: "menu-open-rants",
documentUrlPatterns: ["https://rumble.com/v*"],
})
})

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "RantStats Extension for Rumble.com",
"version": "1.4.5",
"version": "1.4.6",
"description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.",
"icons": {
"16": "images/icon-16.png",
Expand Down

0 comments on commit 3637df0

Please sign in to comment.