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 |
电子邮箱 | [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" } } |