Cookie Tab Viewer
Get cookies of the current tab.
Wat is Cookie Tab Viewer?
Cookie Tab Viewer is een Chrome-extensie ontwikkeld door VIRE GmbH, en de belangrijkste functie is "Get cookies of the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie Tab Viewer
Download Cookie Tab Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that shows you the cookie names and values of your current tab.
Basisinformatie over de Extensie
Naam | Cookie Tab Viewer |
ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
Officiële URL | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
Beschrijving | Get cookies of the current tab. |
Bestandsgrootte | 18.63 KB |
Aantal Installaties | 12,103 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2019-09-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | VIRE GmbH |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://storrito.com/privacy |
Ondersteunde Talen | 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 } |