Autoskip for Youtube™ Ads

Automatically clicks on skip button on YT video ads

Autoskip for Youtube™ Adsคืออะไร?

Autoskip for Youtube™ Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย autoskipyt และคุณลักษณะหลักของมันคือ "Automatically clicks on skip button on YT video ads"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autoskip for Youtube™ Ads

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

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

                        Autoskip for Youtube™ is also known as Adblock for Youtube™ being used by thousands of fans across the globe. 

Here is how it works:
-> Install this extension to your browser
-> Visit any video you want to watch on youtube or other sites
-> This extension automatically clicks on Skip button to block all the ads
-> This will also block the sidebar ads and any ads in general

Features:
 ->   blocks all ads, banner and pop ups on youtube™, vimeo and other video platform. 
  ->  blocking of ads on external sites where youtube™ video is embedded. 
  ->  prevent preroll ads from loading on Youtube™ and thus save your time. 
  ->  loads videos and YouTube website faster.
  -> Blocks ads in live streaming website also 
Adblock for youtube™ can now block ads on YouTube™ videos that are embedded in websites.
Download the extension today to get started.                    

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

ชื่อ Autoskip for Youtube™ Ads Autoskip for Youtube™ Ads
ID hmbnhhcgiecenbbkgdoaoafjpeaboine
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoskip-for-youtube-ads/hmbnhhcgiecenbbkgdoaoafjpeaboine
คำอธิบาย Automatically clicks on skip button on YT video ads
ขนาดไฟล์ 39.08 KB
จำนวนการติดตั้ง 236,626
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2022-09-03
คะแนน 4.88/5 รวมทั้งหมด 4352 คะแนน
ผู้พัฒนา autoskipyt
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/auto-skip-yt/home/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6.0",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "icons": {
        "128": "adblockicon.png"
    },
    "action": {
        "default_icon": "adblockicon.png",
        "default_title": "Autoskip for Youtube\u2122"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "blockingrules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "aop\/e.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": []
}