F8 Cookies - Share online accounts
F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.
Cos'è F8 Cookies - Share online accounts?
F8 Cookies - Share online accounts è un'estensione di Chrome sviluppata da https://f8team.dev, e la sua funzione principale è "F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione F8 Cookies - Share online accounts
Scarica i file di estensione F8 Cookies - Share online accounts 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
Main function:
1. Export cookies to file
2. Import cookies from the file
3. Set a password for the file
4. Automatically login if the cookies are valid
Characteristics:
- Never store user information
- Never asked to fill out a bank / credit card
- Do not send data to the internet, this utility only works on your computer
Policy & terms:
Updating
Support:
- Email: [email protected]
- Facebook: https://fb.com/433056070817488
- Website: https://f8team.dev/ Informazioni di Base sull'Estensione
| Nome | |
| ID | ggkomdlhljeidpokamlphcoeconilnfj |
| URL Ufficiale | https://chromewebstore.google.com/detail/f8-cookies-share-online-a/ggkomdlhljeidpokamlphcoeconilnfj |
| Descrizione | F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password. |
| Dimensione del File | 485 KB |
| Conteggio Installazioni | 3,071 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2021-03-10 |
| Data di Pubblicazione | 2021-03-03 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | https://f8team.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://f8team.dev/ |
| URL della Pagina di Aiuto | https://f8team.dev/ |
| Lingue Supportate | en,vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.1",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"browser_action": {
"default_title": "__MSG_appName__"
},
"background": {
"scripts": [
"js\/hot-reload.js",
"background.bundle.js"
]
},
"content_scripts": [
{
"js": [
"contentScript.bundle.js"
],
"css": [
"\/css\/root.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"\/css\/style.css"
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"cookies",
"notifications",
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |