Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
Wat is Snahp Forum Link Solver?
Snahp Forum Link Solver is een Chrome-extensie ontwikkeld door SamVK, en de belangrijkste functie is "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snahp Forum Link Solver
Download Snahp Forum Link Solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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.
Basisinformatie over de Extensie
Naam | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
Officiële URL | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Beschrijving | Automatically find and decode all /r/megalinks and Snahp forum post links. |
Bestandsgrootte | 899 KB |
Aantal Installaties | 961 |
Huidige Versie | 1.6.0 |
Laatst Bijgewerkt | 2021-11-25 |
Publicatiedatum | 2019-08-07 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | SamVK |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/samvk/snahp-it-forum-link-solver |
Help Pagina-URL | https://samvk.com/contact |
URL van de Privacybeleid Pagina | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Ondersteunde Talen | 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" ] } ] } |