Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"16": "img\/browsericons\/logo16.png",
"32": "img\/browsericons\/logo32.png",
"64": "img\/browsericons\/logo64.png",
"128": "img\/browsericons\/logo128.png"
},
"default_title": "uBO Scope",
"default_popup": "popup.html"
},
"author": "Raymond Hill",
"background": {
"service_worker": "\/js\/background.js",
"type": "module"
},
"description": "A tool which reports remote server connections",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"wss:\/\/*\/*",
"ws:\/\/*\/*"
],
"icons": {
"16": "img\/browsericons\/logo16.png",
"32": "img\/browsericons\/logo32.png",
"64": "img\/browsericons\/logo64.png",
"128": "img\/browsericons\/logo128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "122.0",
"name": "uBlock Origin Scope",
"permissions": [
"activeTab",
"storage",
"webNavigation",
"webRequest"
],
"short_name": "uBO Scope",
"version": "1.1.0"
}