Skip shorte.st ads

Automatically skips the ads on http://sh.st/ links immediately.

Skip shorte.st adsคืออะไร?

Skip shorte.st ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anka.213 และคุณลักษณะหลักของมันคือ "Automatically skips the ads on http://sh.st/ links immediately."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip shorte.st ads

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

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

                        Instantly skips any links on http://sh.st/ and forwards to the actual site.

Source code is available at https://github.com/anka-213/chrome-shorte.st-skipper

Supported domains:
- shorte.st
- sh.st
- clkmein.com
- viid.me
- xiw34.com
- corneey.com
- gestyy.com
- cllkme.com
- festyy.com
- destyy.com
- ceesty.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Skip shorte.st ads Skip shorte.st ads
ID bhgkdnnlhmefhnkfilcaaibapeepkfok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok
คำอธิบาย Automatically skips the ads on http://sh.st/ links immediately.
ขนาดไฟล์ 23.34 KB
จำนวนการติดตั้ง 13,738
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2020-05-21
วันที่เผยแพร่ 2020-05-21
คะแนน 3.63/5 รวมทั้งหมด 111 คะแนน
ผู้พัฒนา anka.213
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/anka-213/chrome-shorte.st-skipper
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip shorte.st ads",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Automatically skips the ads on http:\/\/sh.st\/ links immediately.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/sh.st\/*",
        "https:\/\/sh.st\/*",
        "http:\/\/clkmein.com\/*",
        "http:\/\/viid.me\/*",
        "http:\/\/xiw34.com\/*",
        "http:\/\/corneey.com\/*",
        "http:\/\/gestyy.com\/*",
        "http:\/\/cllkme.com\/*",
        "http:\/\/festyy.com\/*",
        "http:\/\/destyy.com\/*",
        "http:\/\/ceesty.com\/*"
    ]
}