Cookie Manager
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
什麼是Cookie Manager?
Cookie Manager是由otto.qvist10開發的Chrome擴展程式,該擴展的主要功能是“Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.”。
擴展截圖
下載Cookie Manager擴展crx文件
下載Cookie Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites. 擴展基本資訊
| 名稱 | |
| ID | khngpolgieodmnjpcegbbjmcoiofpfjj |
| 官方網址 | https://chromewebstore.google.com/detail/cookie-manager/khngpolgieodmnjpcegbbjmcoiofpfjj |
| 簡介 | Cookie Manager helps you keep Track on how many cookies you have allowed on different websites. |
| 檔案大小 | 5.61 KB |
| 安裝次數 | 63 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-10-26 |
| 上架時間 | 2023-10-25 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | otto.qvist10 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cookie Manager",
"version": "1.0",
"description": "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.",
"permissions": [
"activeTab",
"webNavigation",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
}
} | |