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 |
Eメール | [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" ] } ] } |