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": "Toolkit for IG | Multiple Tools for Instagram", "version": "1.1.6", "description": "Open Instagram profiles and send greetings", "action": { "default_title": "Toolkit for IG | Multiple Tools for Instagram", "default_icon": "img\/icon.png", "default_popup": "connector2\/popup.html" }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "permissions": [ "tabs", "scripting", "activeTab", "storage", "windows", "alarms", "sidePanel", "cookies" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "https:\/\/app.clickweber.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "connector2\/content.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/p\/*" ], "js": [ "scraper\/like-scraper.js", "scraper\/comment-scraper.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/*\/reel\/*\/" ], "js": [ "scraper\/like-scraper.js", "scraper\/comment-scraper.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/reels\/*" ], "js": [ "scraper\/reels.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/*\/followers\/" ], "js": [ "scraper\/follow.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/*\/following\/" ], "js": [ "scraper\/follow.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/stories\/*" ], "js": [ "scraper\/story-scraper.js" ] }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "exclude_matches": [ "*:\/\/*.instagram.com\/p\/*", "*:\/\/*.instagram.com\/*\/reel\/*\/", "*:\/\/*.instagram.com\/reels\/*", "*:\/\/*.instagram.com\/*\/followers\/", "*:\/\/*.instagram.com\/*\/following\/", "*:\/\/*.instagram.com\/stories\/*", "*:\/\/*.instagram.com\/direct\/*" ], "js": [ "scraper\/profile-tagger.js" ] } ], "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "connector2\/popup.html" }, "web_accessible_resources": [ { "resources": [ "connector\/home.html", "story-engeger\/story.html", "login.html", "login.js", "auth.js", "menu.js", "menu.css", "tag-manager\/tags.html", "messages\/messages.html", "comments\/comments.html", "unfollower\/unfollow.html", "close-friends\/closefriends.html", "close-friends-api\/closefriends-api.html", "settings\/settings.html", "scraper\/scraper.html", "templates\/templates.html", "templates\/templates.js", "connector\/styles.css", "tag-manager\/*.css", "messages\/*.css", "comments\/*.css", "story-engeger\/*.css", "unfollower\/*.css", "close-friends\/*.css", "close-friends-api\/*.css", "settings\/*.css", "scraper\/*.css" ], "matches": [ "<all_urls>" ] } ] }