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",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"default_locale": "en",
"icons": {
"128": "icons\/logo_128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9fs\/kljlbsmM1uEoS\/CU1QroTguUg5qzr8hkRuq2XlGtI1lVb6m\/lYDYrnbB5KNCq7vU1g7tZJEx6ubxmrSXRQ1GL3uIlzECUd\/Ud9Wt6UM8BJrosSUtD\/buOzC5bqyRtfYuS3NFTf8QAqXYZMGzCh5RC8uO6WShi8WqWEXJcNsAOTQT\/bI083Wu71g2chgbWfeMuBt91l+gLvSQLUtgkOPv1rU2ejKiCaNIsW3NnyMIMmDDbyr0EyScbJuLHSUe2yLDtdV8IIqSvQ2w9UbZ6z\/UaisARtKgp1DKPE98B9iGa4xnF6jakJLhqO+7+W+kD1Z9+ZuJ3qUIRCox6UTcwIDAQAB",
"options_page": ".\/options.html",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"host_permissions": [
"*:\/\/*.admaker.ai\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.tiktokcdn.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.facebook.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/logo_128.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"cookies",
"storage",
"unlimitedStorage",
"contextMenus",
"identity",
"windows"
],
"version": "1.8.4"
}