Cookies Scanner
Tool for scanning cookies in wix sites
什麼是Cookies Scanner?
Cookies Scanner是由leonid開發的Chrome擴展程式,該擴展的主要功能是“Tool for scanning cookies in wix sites”。
擴展截圖
下載Cookies Scanner擴展crx文件
下載Cookies Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will check WIX internal sites for suspicious cookies 擴展基本資訊
| 名稱 | |
| ID | mbpokgplnceehjoeifmlhkbfifjmbpee |
| 官方網址 | https://chromewebstore.google.com/detail/cookies-scanner/mbpokgplnceehjoeifmlhkbfifjmbpee |
| 簡介 | Tool for scanning cookies in wix sites |
| 檔案大小 | 111 KB |
| 安裝次數 | 779 |
| 目前版本 | 0.0.0.1 |
| 更新時間 | 2020-06-13 |
| 上架時間 | 2020-06-12 |
| 開發者 | leonid |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cookies Scanner",
"version": "0.0.0.1",
"manifest_version": 2,
"description": "Tool for scanning cookies in wix sites",
"permissions": [
"cookies",
"declarativeContent",
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"edit.png",
"expand.jpg",
"delete.png",
"settings.png",
"premium.png",
"lupa.png"
],
"options_ui": {
"page": "options_analyzer.html",
"chrome_style": true
},
"background": {
"scripts": [
"jquery.min.js",
"background_analyzer.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icons\/icon.png",
"default_title": "Cookies Scanner"
},
"content_scripts": [
{
"matches": [
" | |