Modal Blocker
Remove (some) annoying modal popups
Modal Blockerคืออะไร?
Modal Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcos Gil Fuertes และคุณลักษณะหลักของมันคือ "Remove (some) annoying modal popups"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Modal Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Modal Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WHAT IT IS: Modal Blocker will remove (some) modal popups that disturb you while browsing. WHAT IT ISN'T: Id doesn't remove ALL the modal popups. It shouldn't be used to avoid paying subscriptions for online services like newspapers. CREDITS: Icon from http://getdrawings.com/get-icon#about-me-icon-56.png
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Modal Blocker |
ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
คำอธิบาย | Remove (some) annoying modal popups |
ขนาดไฟล์ | 97.84 KB |
จำนวนการติดตั้ง | 319 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-17 |
วันที่เผยแพร่ | 2020-04-14 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Marcos Gil Fuertes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.twitter-follower.com/en/site/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modal Blocker", "short_name": "ModalBlock", "description": "Remove (some) annoying modal popups", "version": "1.0", "icons": { "16": "img\/modal16.png", "48": "img\/modal48.png", "128": "img\/modal128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |