No Adblock-Killer
Avoid the Adblock killers, enjoy the ad-free website again!
No Adblock-Killerคืออะไร?
No Adblock-Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kysterdraw และคุณลักษณะหลักของมันคือ "Avoid the Adblock killers, enjoy the ad-free website again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Adblock-Killer
ดาวน์โหลดไฟล์ส่วนขยาย No Adblock-Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gehpbpmoageipdegelfanklkfaeffjki |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki |
คำอธิบาย | Avoid the Adblock killers, enjoy the ad-free website again! |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 488 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2019-05-27 |
วันที่เผยแพร่ | 2019-05-27 |
คะแนน | 1.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | kysterdraw |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lucasmrdt/no-adb-killer |
URL หน้าช่วยเหลือ | https://github.com/lucasmrdt/no-adb-killer/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Adblock-Killer", "short_name": "no-adb-killer", "version": "1.6", "description": "Avoid the Adblock killers, enjoy the ad-free website again!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "scripts\/*" ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.6play.fr\/*", "https:\/\/*.tf1.fr\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |