Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
什麼是Cookie Notice accepted?
Cookie Notice accepted是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.”。
擴展截圖
下載Cookie Notice accepted擴展crx文件
下載Cookie Notice accepted擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cookie Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again.
https://github.com/kreutix/cookie-notice-accepted 擴展基本資訊
| 名稱 | |
| ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
| 官方網址 | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
| 簡介 | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
| 檔案大小 | 70.38 KB |
| 安裝次數 | 20 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2019-02-13 |
| 上架時間 | 2019-02-09 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/kreutix/cookie-notice-accepted |
| 支援的語言 | en-US |
| manifest.json | |
{
"author": "Stefan Kreuter",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon19-gray.png",
"default_title": "Cookie Notice accepted"
},
"description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.",
"homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"48": "images\/icon48.png"
},
"manifest_version": 2,
"name": "Cookie Notice accepted",
"options_page": "options.html",
"permissions": [
"storage",
"webNavigation",
"tabs",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "cookie-notice-accepted",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.1"
} | |