Cookie Tab Viewer
Get cookies of the current tab.
What is Cookie Tab Viewer?
Cookie Tab Viewer is a Chrome extension developed by VIRE GmbH, and its main feature is "Get cookies of the current tab.".
Extension Screenshots
Download Cookie Tab Viewer Extension CRX File
Download Cookie Tab Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that shows you the cookie names and values of your current tab.
Extension Basic Information
Name | Cookie Tab Viewer |
ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
Official URL | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
Description | Get cookies of the current tab. |
File Size | 18.63 KB |
Installation Count | 12,103 |
Current Version | 2.0 |
Last Updated | 2020-11-20 |
Publish Date | 2019-09-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | VIRE GmbH |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://storrito.com/privacy |
Supported Languages | 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 } |