Get Cookies file
Exports your cookies to the file
Cos'è Get Cookies file?
Get Cookies file è un'estensione di Chrome sviluppata da tobmoki, e la sua funzione principale è "Exports your cookies to the file".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Cookies file
Scarica i file di estensione Get Cookies file in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension to watch or export your cookies to the file
Informazioni di Base sull'Estensione
Nome | Get Cookies file |
ID | lhecbjgjgknjminomebnbfcopdfdfmel |
URL Ufficiale | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
Descrizione | Exports your cookies to the file |
Dimensione del File | 1.24 MB |
Conteggio Installazioni | 430 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-27 |
Data di Pubblicazione | 2020-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | tobmoki |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |