Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
什么是Snahp Forum Link Solver?
Snahp Forum Link Solver是由SamVK开发的Chrome扩展程序,该扩展的主要功能是“Automatically find and decode all /r/megalinks and Snahp forum post links.”。
扩展截图
下载Snahp Forum Link Solver扩展crx文件
下载Snahp Forum Link Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"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.
扩展基本信息
名称 | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
官方URL | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
简介 | Automatically find and decode all /r/megalinks and Snahp forum post links. |
文件大小 | 899 KB |
安装次数 | 961 |
当前版本 | 1.6.0 |
更新时间 | 2021-11-25 |
上架时间 | 2019-08-07 |
评分 | 4.50/5 共8次评分 |
开发者 | SamVK |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/samvk/snahp-it-forum-link-solver |
帮助页面URL | https://samvk.com/contact |
隐私政策页面URL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
支持的语言 | 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" ] } ] } |