LinkSnappy Elite
Power of LinkSnappy Elite at your fingertips
What is LinkSnappy Elite?
LinkSnappy Elite is a Chrome extension developed by LS, and its main feature is "Power of LinkSnappy Elite at your fingertips".
Extension Screenshots
Download LinkSnappy Elite Extension CRX File
Download LinkSnappy Elite 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
You can use our extension use our LinkSnappy elite services for your daily downloading needs. Features: Detect and Download all the One-click host links through LinkSnappy Quick Link Generation with the Right-click Menu Auto Web Scraping to detect and download known providers Highly configurable with Desktop Grade File Management system integrated to help you manage the files stored on our Cloud. Quick download solution for your .Torrent Files & Magnet link. Real-time status of the supported hosts and networks.
Extension Basic Information
Name | LinkSnappy Elite |
ID | ccbgmfjkacabbgpppgjgaiflhhjmceig |
Official URL | https://chromewebstore.google.com/detail/linksnappy-elite/ccbgmfjkacabbgpppgjgaiflhhjmceig |
Description | Power of LinkSnappy Elite at your fingertips |
File Size | 148 KB |
Installation Count | 3,805 |
Current Version | 1.2.2 |
Last Updated | 2021-06-21 |
Publish Date | 2021-04-27 |
Rating | 3.40/5 Total 5 Ratings |
Developer | LS |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkSnappy Elite", "version": "1.2.2", "description": "Power of LinkSnappy Elite at your fingertips", "homepage_url": "https:\/\/linksnappy.com", "manifest_version": 2, "background": { "page": "background.html", "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs", "notifications", "clipboardRead", "clipboardWrite", "storage" ], "browser_action": { "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" }, "default_popup": "index.html", "default_title": "LinkSnappy Elite" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" } } |