LinkSnappy Elite

Power of LinkSnappy Elite at your fingertips

Was ist LinkSnappy Elite?

LinkSnappy Elite ist eine Chrome-Erweiterung, die von LS entwickelt wurde, und ihr Hauptmerkmal ist "Power of LinkSnappy Elite at your fingertips".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

LinkSnappy Elite-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinkSnappy Elite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LinkSnappy Elite LinkSnappy Elite
ID ccbgmfjkacabbgpppgjgaiflhhjmceig
Offizielle URL https://chromewebstore.google.com/detail/linksnappy-elite/ccbgmfjkacabbgpppgjgaiflhhjmceig
Beschreibung Power of LinkSnappy Elite at your fingertips
Dateigröße 148 KB
Installationsanzahl 3,805
Aktuelle Version 1.2.2
Letztes Update 2021-06-21
Veröffentlichungsdatum 2021-04-27
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler LS
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}