Snahp Forum Link Solver

Automatically find and decode all /r/megalinks and Snahp forum post links.

Cos'è Snahp Forum Link Solver?

Snahp Forum Link Solver è un'estensione di Chrome sviluppata da SamVK, e la sua funzione principale è "Automatically find and decode all /r/megalinks and Snahp forum post links.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Snahp Forum Link Solver

Scarica i file di estensione Snahp Forum Link Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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.                    

Informazioni di Base sull'Estensione

Nome Snahp Forum Link Solver Snahp Forum Link Solver
ID mdpijnoimlepjlncbjdbnhecfhnlfiib
URL Ufficiale https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib
Descrizione Automatically find and decode all /r/megalinks and Snahp forum post links.
Dimensione del File 899 KB
Conteggio Installazioni 961
Versione Corrente 1.6.0
Ultimo Aggiornamento 2021-11-25
Data di Pubblicazione 2019-08-07
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore SamVK
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samvk/snahp-it-forum-link-solver
URL della Pagina di Aiuto https://samvk.com/contact
URL della Pagina della Politica sulla Privacy https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Lingue Supportate 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"
            ]
        }
    ]
}