Get Cookies file
Exports your cookies to the file
Was ist Get Cookies file?
Get Cookies file ist eine Chrome-Erweiterung, die von tobmoki entwickelt wurde, und ihr Hauptmerkmal ist "Exports your cookies to the file".
Erweiterungsscreenshots
Get Cookies file-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Cookies file-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
Extension to watch or export your cookies to the file Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lhecbjgjgknjminomebnbfcopdfdfmel |
| Offizielle URL | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
| Beschreibung | Exports your cookies to the file |
| Dateigröße | 1.24 MB |
| Installationsanzahl | 430 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-08-27 |
| Veröffentlichungsdatum | 2020-08-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | tobmoki |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/app.js"
]
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"default_popup": "app.html",
"default_title": "Get Cookies file"
},
"content_scripts": [
{
"js": [
"js\/contentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Exports your cookies to the file",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png"
},
"manifest_version": 2,
"name": "Get Cookies file",
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"webNavigation",
"downloads",
"contextMenus",
"webRequest"
],
"version": "1.0"
} | |