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.”。

擴展截圖

screenshot

下載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 Snahp Forum Link Solver
ID mdpijnoimlepjlncbjdbnhecfhnlfiib
官方網址 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"
            ]
        }
    ]
}