乾淨瀏覽外掛
清除廣告、優化頁面、封鎖惡意網站、降低記憶體使用量
乾淨瀏覽外掛คืออะไร?
乾淨瀏覽外掛 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://killad.cumi.co และคุณลักษณะหลักของมันคือ "清除廣告、優化頁面、封鎖惡意網站、降低記憶體使用量"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 乾淨瀏覽外掛
ดาวน์โหลดไฟล์ส่วนขยาย 乾淨瀏覽外掛 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
清除廣告、優化頁面、封鎖惡意網站、降低記憶體使用量
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gbpgohpbaldeenjhadlbieljdhdanhlg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/%E4%B9%BE%E6%B7%A8%E7%80%8F%E8%A6%BD%E5%A4%96%E6%8E%9B/gbpgohpbaldeenjhadlbieljdhdanhlg |
คำอธิบาย | 清除廣告、優化頁面、封鎖惡意網站、降低記憶體使用量 |
ขนาดไฟล์ | 79.54 KB |
จำนวนการติดตั้ง | 422 |
เวอร์ชันปัจจุบัน | 1.5.08 |
อัปเดตครั้งล่าสุด | 2019-09-03 |
วันที่เผยแพร่ | 2019-09-03 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://killad.cumi.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://killad.cumi.co/ |
URL หน้าช่วยเหลือ | https://killad.cumi.co/ |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e7e\u6de8\u700f\u89bd\u5916\u639b", "description": "\u6e05\u9664\u5ee3\u544a\u3001\u512a\u5316\u9801\u9762\u3001\u5c01\u9396\u60e1\u610f\u7db2\u7ad9\u3001\u964d\u4f4e\u8a18\u61b6\u9ad4\u4f7f\u7528\u91cf", "version": "1.5.08", "manifest_version": 2, "homepage_url": "https:\/\/killad.cumi.co", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "commands": { "allow-last-request": { "description": "__MSG_context_item2__" }, "deny-last-request": { "description": "__MSG_context_item3__" } }, "browser_action": { "default_title": "\u4e7e\u6de8\u700f\u89bd\u5916\u639b", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "webRequest", "webRequestBlocking", " |