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", "manifest_version": 3, "name": "Tab Modifier", "version": "1.0.17", "description": "Take control of your tabs", "homepage_url": "https:\/\/github.com\/furybee\/chrome-tab-modifier", "action": { "default_title": "Tab Modifier", "default_popup": "src\/index.html", "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }, "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/options.html", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/*", "assets\/*\/*", "vendor\/*", "vendor\/*\/*", "assets\/content.js-rrE6ADCm.js" ], "use_dynamic_url": false } ], "content_scripts": [ { "js": [ "assets\/content.js-loader-DuezkBdl.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "tabs", "tabGroups", "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }