Snahp Forum Link Solver
Automatically find and decode all /r/megalinks and Snahp forum post links.
Τι είναι το Snahp Forum Link Solver;
Το Snahp Forum Link Solver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SamVK, και η κύρια λειτουργία του είναι "Automatically find and decode all /r/megalinks and Snahp forum post links.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Snahp Forum Link Solver
Λήψη αρχείων επέκτασης Snahp Forum Link Solver σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Snahp Forum Link Solver |
ID | mdpijnoimlepjlncbjdbnhecfhnlfiib |
Επίσημο URL | https://chromewebstore.google.com/detail/snahp-forum-link-solver/mdpijnoimlepjlncbjdbnhecfhnlfiib |
Περιγραφή | Automatically find and decode all /r/megalinks and Snahp forum post links. |
Μέγεθος Αρχείου | 899 KB |
Αριθμός Εγκαταστάσεων | 961 |
Τρέχουσα Έκδοση | 1.6.0 |
Τελευταία Ενημέρωση | 2021-11-25 |
Ημερομηνία Δημοσίευσης | 2019-08-07 |
Αξιολόγηση | 4.50/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | SamVK |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/samvk/snahp-it-forum-link-solver |
Διεύθυνση URL της Σελίδας Βοήθειας | https://samvk.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |