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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically find and decode all /r/megalinks and Snahp forum post links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snahp Forum Link Solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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
आधिकारिक 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"
            ]
        }
    ]
}