Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unsubscriby for Rumble",
"description": "An easy way to unsubscribe all your Rumble Channels",
"version": "0.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": ".\/popup.html",
"default_title": "Unsubscriby for Rumble",
"default_icon": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/www.rumble.com\/account\/channel\/subscriptions",
"https:\/\/rumble.com\/account\/channel\/subscriptions"
],
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
}
}