Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
Snahp Forum Link Solver là gì?
Snahp Forum Link Solver là một tiện ích mở rộng Chrome được phát triển bởi SamVK, và tính năng chính của nó là "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Ả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 Snahp Forum Link Solver
Tải xuống các tệp mở rộng Snahp Forum Link Solver 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
"Snahp Forum Link Solver" automatically finds all Snahp forum post links including: - Mega.nz - Snahp.it Link Protector - Zippyshare - NoFile.io whether they're hotlinks, plain text, or base64 encoded. "Mega.nz" and "Snahp Link Protector" passwords are also copied and automatically entered. All links are displayed in a friendly on-screen popup.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
URL Chính Thức | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Mô tả | Automatically find and decode all /r/megalinks and Snahp forum post links. |
Kích Thước Tệp | 899 KB |
Số Lần Cài Đặt | 961 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2021-11-25 |
Ngày Phát Hành | 2019-08-07 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | SamVK |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/samvk/snahp-it-forum-link-solver |
URL Trang Trợ Giúp | https://samvk.com/contact |
URL Trang Chính Sách Bảo Mật | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snahp Forum Link Solver", "manifest_version": 2, "description": "Automatically find and decode all \/r\/megalinks and Snahp forum post links.", "version": "1.6.0", "author": "Sam Kauffman (SamVK)", "icons": { "16": "img\/icon\/icon-16.png", "48": "img\/icon\/icon-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/forum.snahp.it\/viewtopic.php*", "https:\/\/fora.snahp.eu\/viewtopic.php*", "https:\/\/megadb.tweakly.net\/thread\/*" ], "js": [ "forum\/index.js" ], "css": [ "forum\/style.css" ] }, { "matches": [ "*:\/\/links.snahp.it\/*", "*:\/\/links.snahp.eu\/*" ], "js": [ "links\/index.js" ], "css": [ "links\/style.css" ] } ] } |