Get Cookies file
Exports your cookies to the file
Vad är Get Cookies file?
Get Cookies file är en Chrome-tillägg utvecklad av tobmoki, och dess huvudfunktion är "Exports your cookies to the file".
Tilläggsskärmbilder
Ladda ner Get Cookies file-förlängningens CRX-fil
Ladda ner Get Cookies file-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
Extension to watch or export your cookies to the file Grundläggande Information om Tillägg
| Namn | |
| ID | lhecbjgjgknjminomebnbfcopdfdfmel |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
| Beskrivning | Exports your cookies to the file |
| Filstorlek | 1.24 MB |
| Antal Installationer | 430 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-08-27 |
| Publiceringsdatum | 2020-08-27 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | tobmoki |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |