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": 2, "name": "Broken Link Building Assistant", "description": "Boost your broken link building workflow by easily scanning and exporting all problematic external URLs on a web page.", "version": "1.0.1", "permissions": [ "<all_urls>" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_popup": "popup.html", "default_title": "Click to start scanning for external broken links." } }