mySkip

Extension for automatically skipping video ads and closing banner ads on YouTube

mySkipคืออะไร?

mySkip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thedaviddelta และคุณลักษณะหลักของมันคือ "Extension for automatically skipping video ads and closing banner ads on YouTube"

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

screenshot
screenshot

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

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

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

                        This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video.                    

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

ชื่อ mySkip mySkip
ID ohmcfchlgaajmendoliochefcnbhdibb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb
คำอธิบาย Extension for automatically skipping video ads and closing banner ads on YouTube
ขนาดไฟล์ 7.14 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-03-04
วันที่เผยแพร่ 2020-03-03
ผู้พัฒนา thedaviddelta
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mySkip",
    "description": "Extension for automatically skipping video ads and closing banner ads on YouTube",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}