Snahp Forum Link Solver

Automatically find and decode all /r/megalinks and Snahp forum post links.

Snahp Forum Link Solver란 무엇입니까?

Snahp Forum Link Solver은(는) SamVK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically find and decode all /r/megalinks and Snahp forum post links."입니다.

확장 프로그램 스크린샷

screenshot

Snahp Forum Link Solver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}