Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
Qu'est-ce que Snahp Forum Link Solver ?
Snahp Forum Link Solver est une extension Chrome développée par SamVK, et sa fonction principale est "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snahp Forum Link Solver
Téléchargez les fichiers d'extension Snahp Forum Link Solver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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.
Informations de Base sur l'Extension
Nom | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
URL Officiel | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Description | Automatically find and decode all /r/megalinks and Snahp forum post links. |
Taille du Fichier | 899 KB |
Nombre d'Installations | 961 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2021-11-25 |
Date de Publication | 2019-08-07 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | SamVK |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/samvk/snahp-it-forum-link-solver |
URL de la Page d'Aide | https://samvk.com/contact |
URL de la Page de Politique de Confidentialité | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Langues Prises en Charge | 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" ] } ] } |