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", "version": "3.0.20", "name": "Bluesky Automation", "short_name": "BlueskyAutoFollowScraper", "description": "Follow\/Unfollow\/Scrape automatically Bluesky accounts", "author": { "name": "Automatize", "email": "[email protected]", "managerID": "1", "itemID": "bluesky.extension", "itemURL": "https:\/\/automatize.v2.nintenda.fr\/redirect\/softwares\/bluesky.extension", "newsletterLink": "http:\/\/automatize.v2.nintenda.fr\/redirect\/newsletter", "contactLink": "https:\/\/automatize.v2.nintenda.fr\/redirect\/softwares\/bluesky.extension" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "background": { "service_worker": "\/src\/js\/background-script.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.bsky.app\/*", "https:\/\/bsky.app\/*" ], "js": [ "\/src\/vendor\/jquery\/jquery-3.5.0.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.bsky.app\/*", "https:\/\/bsky.app\/*" ], "run_at": "document_start", "js": [ "\/src\/js\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/src\/js\/class\/Utils.js", "\/src\/js\/Strings.js", "\/src\/js\/social-extension.js", "\/src\/js\/daily-limiter.js", "\/src\/js\/XPathsHelper.js" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "\/src\/html\/popup.html", "default_icon": { "16": "\/src\/assets\/img\/icons\/icon_extension_16p.png", "32": "\/src\/assets\/img\/icons\/icon_extension_32p.png", "48": "\/src\/assets\/img\/icons\/icon_extension_48p.png", "128": "\/src\/assets\/img\/icons\/icon_extension_128p.png" } }, "icons": { "16": "\/src\/assets\/img\/icons\/icon_extension_16p.png", "32": "\/src\/assets\/img\/icons\/icon_extension_32p.png", "48": "\/src\/assets\/img\/icons\/icon_extension_48p.png", "128": "\/src\/assets\/img\/icons\/icon_extension_128p.png" }, "manifest_version": 3 }