Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "name": "__MSG_global_extensionName__", "short_name": "HP", "description": "__MSG_global_extensionDescription__", "version": "2.0.8", "manifest_version": 3, "author": "Tom Zenho", "action": { "default_icon": { "16": "assets\/icon\/history_plus_16.png", "32": "assets\/icon\/history_plus_32.png", "48": "assets\/icon\/history_plus_48.png", "64": "assets\/icon\/history_plus_64.png", "128": "assets\/icon\/history_plus_128.png" }, "default_popup": "popup.html", "default_title": "__MSG_global_extensionName__" }, "options_page": "options.html", "icons": { "16": "assets\/icon\/history_plus_16.png", "32": "assets\/icon\/history_plus_32.png", "48": "assets\/icon\/history_plus_48.png", "64": "assets\/icon\/history_plus_64.png", "128": "assets\/icon\/history_plus_128.png" }, "permissions": [ "favicon", "storage", "history", "unlimitedStorage" ], "background": { "service_worker": "assets\/js\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "cross_origin_embedder_policy": { "value": "require-corp" }, "cross_origin_opener_policy": { "value": "same-origin" }, "incognito": "not_allowed", "offline_enabled": true, "default_locale": "en", "web_accessible_resources": [ { "resources": [ "_favicon\/*" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }