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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
            ]
        }
    ]
}