Ad Bro
Removes 'Please disable your ad-block' pop-ups
Ad Broคืออะไร?
Ad Bro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jossef Harush และคุณลักษณะหลักของมันคือ "Removes 'Please disable your ad-block' pop-ups"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Bro
ดาวน์โหลดไฟล์ส่วนขยาย Ad Bro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages? NO MORE!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbodfffldccejagkgmdolpoiefffhfhf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf |
คำอธิบาย | Removes 'Please disable your ad-block' pop-ups |
ขนาดไฟล์ | 14.97 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2016-05-28 |
วันที่เผยแพร่ | 2016-05-28 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jossef Harush |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jossef/ad-bro |
URL หน้าช่วยเหลือ | https://github.com/jossef/ad-bro |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jossef Harush", "manifest_version": 2, "name": "Ad Bro", "icons": { "128": "icon.png" }, "short_name": "Ad Bro", "description": "Removes 'Please disable your ad-block' pop-ups", "offline_enabled": true, "version": "1", "content_scripts": [ { "matches": [ "*:\/\/*.ynet.co.il\/*" ], "js": [ "js\/common.js", "js\/sites\/ynet.co.il.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/*.hwzone.co.il\/*" ], "js": [ "js\/common.js", "js\/sites\/hwzone.co.il.js" ], "all_frames": true, "run_at": "document_end" } ] } |