LinkSnappy Elite

Power of LinkSnappy Elite at your fingertips

什麼是LinkSnappy Elite?

LinkSnappy Elite是由LS開發的Chrome擴展程式,該擴展的主要功能是“Power of LinkSnappy Elite at your fingertips”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LinkSnappy Elite擴展crx文件

下載LinkSnappy Elite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LinkSnappy Elite LinkSnappy Elite
ID ccbgmfjkacabbgpppgjgaiflhhjmceig
官方網址 https://chromewebstore.google.com/detail/linksnappy-elite/ccbgmfjkacabbgpppgjgaiflhhjmceig
簡介 Power of LinkSnappy Elite at your fingertips
檔案大小 148 KB
安裝次數 3,805
目前版本 1.2.2
更新時間 2021-06-21
上架時間 2021-04-27
評分 3.40/5 共 5 次評分
開發者 LS
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}