Peeshkot
Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Peeshkot là gì?
Peeshkot là một tiện ích mở rộng Chrome được phát triển bởi Swizec Teller, và tính năng chính của nó là "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Peeshkot
Tải xuống các tệp mở rộng Peeshkot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Peeshkot auto-accepts warnings on various websites affected by the EU Cookie Law. It is able to get rid of most common implementations and detects many homegrown variants with the use of some simple heuristics. If you find a website that doesn't work, please let us know! Developed by @swizec and @eewan
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | idfkeeahcifaocjonphgjmpmmfonahle |
URL Chính Thức | https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle |
Mô tả | Get rid of annoying EU cookie law notices and automatically opt-in where needed. |
Kích Thước Tệp | 80.07 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2013-07-01 |
Ngày Phát Hành | 2013-07-01 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Swizec Teller |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Swizec/Peeshkot |
Ngôn Ngữ Được Hỗ Trợ | en,sl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeshkot", "version": "0.0.3", "manifest_version": 2, "description": "Get rid of annoying EU cookie law notices and automatically opt-in where needed.", "homepage_url": "https:\/\/github.com\/Swizec\/Peeshkot", "icons": { "16": "icons\/peeshkot16.png", "48": "icons\/peeshkot48.png", "128": "icons\/peeshkot128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/zepto.min.js", "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/peeshkot19.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/zepto.min.js", "src\/inject\/inject.js" ] } ] } |