Cookie Tab Viewer
Get cookies of the current tab.
Vad är Cookie Tab Viewer?
Cookie Tab Viewer är en Chrome-tillägg utvecklad av VIRE GmbH, och dess huvudfunktion är "Get cookies of the current tab.".
Tilläggsskärmbilder
Ladda ner Cookie Tab Viewer-förlängningens CRX-fil
Ladda ner Cookie Tab Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple extension that shows you the cookie names and values of your current tab. Grundläggande Information om Tillägg
| Namn | |
| ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
| Officiell webbadress | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
| Beskrivning | Get cookies of the current tab. |
| Filstorlek | 18.63 KB |
| Antal Installationer | 12,103 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2020-11-20 |
| Publiceringsdatum | 2019-09-03 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | VIRE GmbH |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://storrito.com/privacy |
| Stödda Språk | 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
} | |