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": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1.0.1", "homepage_url": "https:\/\/unblockd.org", "default_locale": "en", "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "offscreen", "background" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ], "all_frames": true, "extension_ids": [ "*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/" ], "js": [ "yt2.js" ], "run_at": "document_idle" } ], "host_permissions": [ "<all_urls>" ], "offline_enabled": true, "author": "__MSG_name__", "action": { "default_popup": "popup.html", "default_title": "__MSG_name__", "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" } }, "background": { "service_worker": "service.js" }, "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" } }