Cookie Profile Switcher
Store & Manage multiple cookie profiles per domain.
Was ist Cookie Profile Switcher?
Cookie Profile Switcher ist eine Chrome-Erweiterung, die von https://bohdan.me entwickelt wurde, und ihr Hauptmerkmal ist "Store & Manage multiple cookie profiles per domain.".
Erweiterungsscreenshots
Cookie Profile Switcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie Profile Switcher-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
Cookie Profile Switcher allows you to easily manage multiple cookie sessions for all of your websites! No more logging out & logging in, just to switch your user profile. This is a MUST have for people who manage multiple social media profiles, emails or eCommerce accounts. Simply create a new profile in the extension, login to your user account, then you can switch between your profiles with ease. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dicajblfgcpecbkhkjaljphlmkhohelc |
| Offizielle URL | https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc |
| Beschreibung | Store & Manage multiple cookie profiles per domain. |
| Dateigröße | 766 KB |
| Installationsanzahl | 4,620 |
| Aktuelle Version | 1.3.3 |
| Letztes Update | 2020-09-25 |
| Veröffentlichungsdatum | 2018-07-31 |
| Bewertung | 4.13/5 Insgesamt 39 Bewertungen |
| Entwickler | https://bohdan.me |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cookie Profile Switcher",
"version": "1.3.3",
"description": "Store & Manage multiple cookie profiles per domain.",
"permissions": [
"cookies",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"icons": {
"16": "cookie.png",
"48": "cookie.png",
"128": "cookie.png"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "cookie.png",
"default_popup": "profiles.html"
},
"background": {
"scripts": [
"background.js",
"scripts\/jquery-3.1.1.min.js"
]
},
"manifest_version": 2
} | |