LinkSnappy Elite
Power of LinkSnappy Elite at your fingertips
LinkSnappy Eliteとは何ですか?
LinkSnappy EliteはLSによって開発されたChromeの拡張機能で、その主な機能は「Power of LinkSnappy Elite at your fingertips」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |