Skip Ads

Auto Skipping for all those boring ads on youtube.

Skip Adsคืออะไร?

Skip Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adriano Chambel และคุณลักษณะหลักของมันคือ "Auto Skipping for all those boring ads on youtube."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Ads

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

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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

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

ชื่อ Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
คำอธิบาย Auto Skipping for all those boring ads on youtube.
ขนาดไฟล์ 15.1 KB
จำนวนการติดตั้ง 9,740
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2018-12-02
วันที่เผยแพร่ 2018-12-02
คะแนน 3.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Adriano Chambel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}