Popup Remover
Remove Annoying Pop-up When You Click the Icon
Popup Removerคืออะไร?
Popup Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FredyK200 และคุณลักษณะหลักของมันคือ "Remove Annoying Pop-up When You Click the Icon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Remover
ดาวน์โหลดไฟล์ส่วนขยาย Popup Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Popup Remover |
ID | cgfeodejlolofnlcmpfgplpjinnifmpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp |
คำอธิบาย | Remove Annoying Pop-up When You Click the Icon |
ขนาดไฟล์ | 16.65 KB |
จำนวนการติดตั้ง | 314 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2021-05-19 |
วันที่เผยแพร่ | 2021-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | FredyK200 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/FredyK200 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popup Remover", "manifest_version": 3, "version": "1.01", "description": "Remove Annoying Pop-up When You Click the Icon", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |