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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"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 |
عنوان صفحة المساعدة | https://samvk.com/contact |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |