Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSDN2+dci1eRBa\/dOuvE0JxuLeRi3JTr8OpwwE0tnsvQInD6YVl2+VLKywfwusTg4jkyaXwMZ989hIjSgS77o+wXLJ58pR+MTeEkJRz\/fzXhBWJXvK7B7CDRG7oJK3seaitRV3qLXWH0anlACQuuCile2m6RFUd9kzsKkPz670qV5aem5V9DW6qB6YRQbim60uk8YWJ4WPScTRGowAOkstSBgTLqr6ufmpD9XmE5BawJHBPl6F4VXZkHtKm9mnlpGdbYn7JODdFQOQpChsPPlocxuYm5f1+2NU5U6CtarSJGA7dH6fWBQYoTgrdULS0eNhP1lANSu9HeRHODLZ1oUwIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "4.37.5",
"author": "__MSG_extAuthorName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "assets\/images\/icon16.png",
"128": "assets\/images\/icon128.png"
},
"background": {
"service_worker": "ui\/background.js"
},
"action": {
"default_icon": {
"19": "assets\/images\/icon19.png",
"38": "assets\/images\/icon38.png"
},
"default_title": "__MSG_extShortName__",
"default_popup": "ui\/popup\/template.html"
},
"incognito": "spanning",
"minimum_chrome_version": "108.0",
"permissions": [
"alarms",
"tabs",
"webRequest",
"webNavigation",
"proxy",
"privacy",
"storage",
"management",
"webRequestAuthProvider",
"identity"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"assets\/js\/content_location.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}