Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
Was ist Snahp Forum Link Solver?
Snahp Forum Link Solver ist eine Chrome-Erweiterung, die von SamVK entwickelt wurde, und ihr Hauptmerkmal ist "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Erweiterungsscreenshots
Snahp Forum Link Solver-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snahp Forum Link Solver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
"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.
Grundlegende Informationen zur Erweiterung
Name | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
Offizielle URL | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Beschreibung | Automatically find and decode all /r/megalinks and Snahp forum post links. |
Dateigröße | 899 KB |
Installationsanzahl | 961 |
Aktuelle Version | 1.6.0 |
Letztes Update | 2021-11-25 |
Veröffentlichungsdatum | 2019-08-07 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | SamVK |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/samvk/snahp-it-forum-link-solver |
Hilfeseite URL | https://samvk.com/contact |
URL der Datenschutzrichtlinien-Seite | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Unterstützte Sprachen | 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" ] } ] } |