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": "BeLikeNative", "description": "Belikenative", "version": "1.0.2", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "js\/indicator.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "<all_urls>" ] }