Adblocker for Youtube™
Removes ads from Youtube™.
Adblocker for Youtube™คืออะไร?
Adblocker for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guchirimu7407 และคุณลักษณะหลักของมันคือ "Removes ads from Youtube™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker for Youtube™
ดาวน์โหลดไฟล์ส่วนขยาย Adblocker for Youtube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adblocker for youtube is such a cool chrome extension that you won’t even think about getting rid of it. If you`ve ever wanted to have youtube premium alternative, then here it is. Of course, adblock for youtube doesn`t have all of the amazing premium features, but it does solve the most annoying problem. Get youtube adblocker absolutely for free and enjoy! This extension is a real gift for you! Extension is easy to install and easy to use – just a few clicks and the job is done. You definitely won’t be disappointed. Install this superb youtube adblock now and enjoy your favorite videos. In order to function, this superb adblocker for youtube doesn’t require your intervention at all – install the extension and the job will be done automatically. If you might ever need to bring the ads back, then simply click on extension icon and then click ads on\of. Set as default and no longer suffer from constant advertising that bothers you. Adblock for youtube is incredibly useful tool to improve your browsing experience. You definitely won’t regret it! Install our youtube adblock and see for yourself. Now you don’t have to pay for premium and forget about those annoying ads. This new youtube adblocker will make this dream come true.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fnkihbploojbmldhgdfpalkoifmegfpn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/adblocker-for-youtube/fnkihbploojbmldhgdfpalkoifmegfpn |
คำอธิบาย | Removes ads from Youtube™. |
ขนาดไฟล์ | 57.07 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-01-24 |
วันที่เผยแพร่ | 2021-06-30 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | guchirimu7407 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.2", "manifest_version": 2, "default_locale": "en", "icons": { "128": "lavg.png" }, "background": { "scripts": [ "immer.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "prenter.js", "genz.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "128": "lavg.png" }, "default_title": "Adblock for Youtube\u2122", "default_popup": "sleffer.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |