Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
What is Snahp Forum Link Solver?
Snahp Forum Link Solver is a Chrome extension developed by SamVK, and its main feature is "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Extension Screenshots
Download Snahp Forum Link Solver Extension CRX File
Download Snahp Forum Link Solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
Official URL | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Description | Automatically find and decode all /r/megalinks and Snahp forum post links. |
File Size | 899 KB |
Installation Count | 961 |
Current Version | 1.6.0 |
Last Updated | 2021-11-25 |
Publish Date | 2019-08-07 |
Rating | 4.50/5 Total 8 Ratings |
Developer | SamVK |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/samvk/snahp-it-forum-link-solver |
Help Page URL | https://samvk.com/contact |
Privacy Policy Page URL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Supported Languages | 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" ] } ] } |