Youtube AdBlock
Remove ads from Youtube
Youtube AdBlockคืออะไร?
Youtube AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://proapps.org และคุณลักษณะหลักของมันคือ "Remove ads from Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube AdBlock
ดาวน์โหลดไฟล์ส่วนขยาย Youtube AdBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Youtube Adblock is an extension that helps block all ads on Youtube, so you can watch Youtube videos without interruption from annoying ads. This extension supports blocking many different types of ads to serve you needs: Type 1: Youtube ads that appear in the Youtube homepage, right after you visit the Youtube website. Type 2: Youtube Ads in the suggested list of videos, after you watch a video you will be suggested with an ad video. Type 3: Youtube Ads that appear under the description of the video you are warching. Type 4: Youtube Skippable ads video ads that appear in the video. Type 5: Youtube Unskippable ads that force you to watch. So enjoy watching Youtube video without ads by using this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube AdBlock |
ID | fljhkpbnflocmlnibjdfppinagckppaj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-adblock/fljhkpbnflocmlnibjdfppinagckppaj |
คำอธิบาย | Remove ads from Youtube |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 5,412 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-09-07 |
วันที่เผยแพร่ | 2021-02-18 |
คะแนน | 4.81/5 รวมทั้งหมด 105 คะแนน |
ผู้พัฒนา | http://proapps.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://coolsymbol.com |
URL หน้าช่วยเหลือ | https://emojikeyboard.org |
URL หน้านโยบายความเป็นส่วนตัว | https://proapps.org/extension-privacy-policy.html |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "scripts\/unistream.chrome.mv2.v3.0.0.sdk.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Youtube Adblock" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Remove ads from Youtube", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "Youtube AdBlock", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", " |