Get Cookies file
Exports your cookies to the file
Wat is Get Cookies file?
Get Cookies file is een Chrome-extensie ontwikkeld door tobmoki, en de belangrijkste functie is "Exports your cookies to the file".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Cookies file
Download Get Cookies file-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
Extension to watch or export your cookies to the file Basisinformatie over de Extensie
| Naam | |
| ID | lhecbjgjgknjminomebnbfcopdfdfmel |
| Officiële URL | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
| Beschrijving | Exports your cookies to the file |
| Bestandsgrootte | 1.24 MB |
| Aantal Installaties | 430 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-08-27 |
| Publicatiedatum | 2020-08-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | tobmoki |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |