Shallty - Shortlink Bypasser

Indonesian Fansub and Fanshare Short Link Bypasser.

Shallty - Shortlink Bypasserคืออะไร?

Shallty - Shortlink Bypasser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shallty และคุณลักษณะหลักของมันคือ "Indonesian Fansub and Fanshare Short Link Bypasser."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shallty - Shortlink Bypasser

ดาวน์โหลดไฟล์ส่วนขยาย Shallty - Shortlink Bypasser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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