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__", "version": "1.0.6", "homepage_url": "https:\/\/teleplus.io\/", "description": "__MSG_desc__", "default_locale": "en", "permissions": [ "tabs", "storage", "downloads" ], "host_permissions": [ "https:\/\/www.facebook.com\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "popup.html", "icons\/icon128.png", "icons\/logo.png", "icons\/*.png", "fonts\/*" ], "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } ] }