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": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "5.7", "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt4fS9uZ9SdzkeTPYe\/AUWNI9jj5ZIfJlIg9C5ltpXs+1ACllKxfdJuZ48R0IE2sR+FR6V+RDjRkX9sYwMw5YZerhXnMM5iI\/8elyZeMuEaLZHX+6JJlEwcInbXOg9GoaTm3FjfiOwezd3lhfnDiwQycplSJnJgrPueSpaXRToBTGGII78PK1xrZ0pZQcLOmO8ByLlR8Lemtwk8vWbnU+SrRpt30+GZsncRiZy050HrsXxXymANhbnjeswN\/Np8RgOQ5gLIKmGLcL9FVjAMwggH+\/gFR8oTfAlunWfqMGtXgiZCNmjFCANyRlZZwZq6TtRZzmnDTEdV+TfmTbC3IJSwIDAQAB", "options_page": "options\/index.html", "action": { "default_title": "__MSG_chrome_extension_name__", "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "eventPage.js" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "notifications", "system.display", "contextMenus", "unlimitedStorage", "storage", "activeTab", "alarms" ], "host_permissions": [ "*:\/\/*.wwevents.fun\/*", "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "img\/*", "js\/*", "options\/*", "css\/*", "html\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }