Auto Skip Ads

Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Auto Skip Adsคืออะไร?

Auto Skip Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย polaglick และคุณลักษณะหลักของมันคือ "Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…"

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

screenshot

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

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

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

                        Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with our extension.
The extension simply gives an answer of how to block ads.

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

Who likes Interruption? No one. 
Auto Skip Ads works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

~~ ♥ Keep in touch! ~~

Visit our site to learn more and get our latest updates and news:

→ https://www.autoskipads.com/                    

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

ชื่อ Auto Skip Ads Auto Skip Ads
ID lpcpjnfniblaodlndjjbnfaafehlddnf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-skip-ads/lpcpjnfniblaodlndjjbnfaafehlddnf
คำอธิบาย Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.0.86
อัปเดตครั้งล่าสุด 2022-04-19
วันที่เผยแพร่ 2022-04-07
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา polaglick
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://autoskipads.com/
URL หน้าช่วยเหลือ https://autoskipads.com/#contact-us
URL หน้านโยบายความเป็นส่วนตัว https://autoskipads.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Auto Skip Ads",
    "default_locale": "en",
    "version": "1.0.0.86",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}