Shallty - Shortlink Bypasser

Indonesian Fansub and Fanshare Short Link Bypasser.

Shallty - Shortlink Bypasser란 무엇입니까?

Shallty - Shortlink Bypasser은(는) Shallty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Indonesian Fansub and Fanshare Short Link Bypasser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shallty - Shortlink Bypasser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Google Chrome extension to bypass short links that are used used by Indonesian anime websites.

The extension injects a context menu to all links in the websites. Right click on any link to open the context menu and click "Bypass Shortlink", the extension will open https://shallty.moe with a query containing the link which will be bypassed.

Shallty requires the permission to create a context menu and only that. You can always "view the source" of Shallty the way you do any Chrome extension, or view the full source code on Github:
https://github.com/gegehprast/shallty-chrome-extension                    

확장 프로그램 기본 정보

이름 Shallty - Shortlink Bypasser Shallty - Shortlink Bypasser
ID mojlegepigheebdndbmndjdcjfgnkehn
공식 URL https://chromewebstore.google.com/detail/shallty-shortlink-bypasse/mojlegepigheebdndbmndjdcjfgnkehn
설명 Indonesian Fansub and Fanshare Short Link Bypasser.
파일 크기 46.23 KB
설치 횟수 695
현재 버전 1.0.2
최근 업데이트 2021-07-25
출시 날짜 2021-07-14
평점 5.00/5 총 3 개의 평점
개발자 Shallty
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shallty.moe
도움말 페이지 URL https://shallty.moe/help
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shallty - Shortlink Bypasser",
    "description": "Indonesian Fansub and Fanshare Short Link Bypasser.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/shallty-circle-16x16.png",
            "32": "\/images\/shallty-circle-32x32.png",
            "48": "\/images\/shallty-circle-48x48.png",
            "128": "\/images\/shallty-circle-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/shallty-circle-16x16.png",
        "32": "\/images\/shallty-circle-32x32.png",
        "48": "\/images\/shallty-circle-48x48.png",
        "128": "\/images\/shallty-circle-128x128.png"
    }
}