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", "name": "LikeBoost | Free Likes", "description": "Boost your social account and get likes on yours posts.", "version": "0.2.5", "manifest_version": 3, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.likeboost.net\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "popup.html", "default_icon": "img\/48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "alarms", "storage", "declarativeNetRequest" ] }