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": "Instagram Follow & DM Bot", "version": "1.1", "description": "Automatcially follow and send messages to Instagram profiles", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Instagram Follow & DM Bot", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "permissions": [ "activeTab", "storage", "windows", "https:\/\/*.instagram.com\/*", "https:\/\/app.clickweber.com\/*" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/app.clickweber.com\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "login.html", "fullpage.html", "buy.html" ], "matches": [ "<all_urls>" ] } ] }