SkipAds

Utility to skip ad automatically

SkipAdsคืออะไร?

SkipAds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aman A. Agarwal และคุณลักษณะหลักของมันคือ "Utility to skip ad automatically"

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

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

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

                        - Use this extension to automatically skip ads on Youtube. It just works. 
- Detects a Youtube webpage and only then works in the background. 
- Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience
- Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned.

**Bug Fixes**
- Now works without any need for reload.                    

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

ชื่อ SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
คำอธิบาย Utility to skip ad automatically
ขนาดไฟล์ 20.26 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-07-26
วันที่เผยแพร่ 2018-07-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aman A. Agarwal
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "short_name": "SkipAds",
    "description": "Utility to skip ad automatically",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Aman A. Agarwal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}