LinkSnappy Elite
Power of LinkSnappy Elite at your fingertips
Wat is LinkSnappy Elite?
LinkSnappy Elite is een Chrome-extensie ontwikkeld door LS, en de belangrijkste functie is "Power of LinkSnappy Elite at your fingertips".
Extensie Screenshots
Download het CRX-bestand van de extensie LinkSnappy Elite
Download LinkSnappy Elite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LinkSnappy Elite |
ID | ccbgmfjkacabbgpppgjgaiflhhjmceig |
Officiële URL | https://chromewebstore.google.com/detail/linksnappy-elite/ccbgmfjkacabbgpppgjgaiflhhjmceig |
Beschrijving | Power of LinkSnappy Elite at your fingertips |
Bestandsgrootte | 148 KB |
Aantal Installaties | 3,805 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2021-06-21 |
Publicatiedatum | 2021-04-27 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | LS |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |