Remove Cookie Pop Up
Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Remove Cookie Pop Upคืออะไร?
Remove Cookie Pop Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rippll และคุณลักษณะหลักของมันคือ "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Cookie Pop Up
ดาวน์โหลดไฟล์ส่วนขยาย Remove Cookie Pop Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ooapgjlibpabelcchnnjfhneafckffop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop |
คำอธิบาย | Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups. |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 449 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2019-05-04 |
วันที่เผยแพร่ | 2019-04-30 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Rippll |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,nl,no,da,es,hr,it,pl,sv,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "0.1.0", "icons": { "16": "icons\/PersonalPrivacy16.png", "48": "icons\/PersonalPrivacy48.png", "128": "icons\/PersonalPrivacy128.png" }, "author": "Rippll", "permissions": [ "contextMenus", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "web_accessible_resources": [ "data\/css\/common.css", "data\/js\/common.js" ], "background": { "scripts": [ "data\/rules.js", "data\/context-menu.js" ] }, "options_ui": { "page": "data\/options.html", "chrome_style": true }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/PersonalPrivacy16.png", "32": "icons\/PersonalPrivacy32.png" } } } |