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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}