Cookie Tab Viewer
Get cookies of the current tab.
Was ist Cookie Tab Viewer?
Cookie Tab Viewer ist eine Chrome-Erweiterung, die von VIRE GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Get cookies of the current tab.".
Erweiterungsscreenshots
Cookie Tab Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie Tab Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple extension that shows you the cookie names and values of your current tab. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
| Offizielle URL | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
| Beschreibung | Get cookies of the current tab. |
| Dateigröße | 18.63 KB |
| Installationsanzahl | 12,103 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2020-11-20 |
| Veröffentlichungsdatum | 2019-09-03 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | VIRE GmbH |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://storrito.com/privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cookie Tab Viewer",
"version": "2.0",
"description": "Get cookies of the current tab.",
"permissions": [
"cookies",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "cookie-16.png",
"48": "cookie-48.png",
"128": "cookie-128.png"
},
"browser_action": {
"default_icon": "cookie-128.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |