LinkSnappy Elite
Power of LinkSnappy Elite at your fingertips
LinkSnappy Elite là gì?
LinkSnappy Elite là một tiện ích mở rộng Chrome được phát triển bởi LS, và tính năng chính của nó là "Power of LinkSnappy Elite at your fingertips".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LinkSnappy Elite
Tải xuống các tệp mở rộng LinkSnappy Elite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LinkSnappy Elite |
ID | ccbgmfjkacabbgpppgjgaiflhhjmceig |
URL Chính Thức | https://chromewebstore.google.com/detail/linksnappy-elite/ccbgmfjkacabbgpppgjgaiflhhjmceig |
Mô tả | Power of LinkSnappy Elite at your fingertips |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 3,805 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2021-06-21 |
Ngày Phát Hành | 2021-04-27 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | LS |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |