Locoloader
Add extra powers⚡ to Locoloader.com!
What is Locoloader?
Locoloader is a Chrome extension developed by Locoloader, and its main feature is "Add extra powers⚡ to Locoloader.com!".
Extension Screenshots
Download Locoloader Extension CRX File
Download Locoloader 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
By installing this extension, you add more features to Locoloader.com: - Standard download buttons (no right-click is required) - Bulk download with a single click - Automatic filenames - Extended features for supported websites Locoloader.com respects your privacy, so this extension is active only when it is necessary.
Extension Basic Information
Name | Locoloader |
ID | gdnampplelgpgbhcgeamnppgiomgnbli |
Official URL | https://chromewebstore.google.com/detail/locoloader/gdnampplelgpgbhcgeamnppgiomgnbli |
Description | Add extra powers⚡ to Locoloader.com! |
File Size | 19.36 KB |
Installation Count | 34,193 |
Current Version | 1.6.7 |
Last Updated | 2023-11-21 |
Publish Date | 2020-07-01 |
Rating | 2.30/5 Total 37 Ratings |
Developer | Locoloader |
[email protected] | |
Payment Type | free |
Extension Website | https://www.locoloader.com |
Privacy Policy Page URL | https://www.locoloader.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Locoloader", "description": "Add extra powers\u26a1 to Locoloader.com!", "version": "1.6.7", "manifest_version": 3, "permissions": [ "tabs", "downloads", "declarativeNetRequest", "storage", "scripting", "management" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.locoloader.com\/*", "https:\/\/www.locoloader.test\/*" ], "js": [ "extension.js" ] }, { "matches": [ "https:\/\/www.locoloader.com\/*", "https:\/\/www.locoloader.test\/*" ], "js": [ "content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.locoloader.com\/*", "https:\/\/www.locoloader.test\/*" ] } } |