Buster
Generate a new 'busted' link
What is Buster?
Buster is a Chrome extension developed by Jim Farrugia, and its main feature is "Generate a new 'busted' link".
Extension Screenshots
Download Buster Extension CRX File
Download Buster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds or updates the value of the "busted" URL query parameter. Simply open the popup and click the button to generate a new "busted" link.
Extension Basic Information
Name | Buster |
ID | hecncknibnmjplflipbjpikmajllbeci |
Official URL | https://chromewebstore.google.com/detail/buster/hecncknibnmjplflipbjpikmajllbeci |
Description | Generate a new 'busted' link |
File Size | 12.56 KB |
Installation Count | 194 |
Current Version | 1.0 |
Last Updated | 2020-03-02 |
Publish Date | 2020-03-02 |
Developer | Jim Farrugia |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buster", "description": "Generate a new 'busted' link", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |