Cookie Profile Switcher
Store & Manage multiple cookie profiles per domain.
What is Cookie Profile Switcher?
Cookie Profile Switcher is a Chrome extension developed by https://bohdan.me, and its main feature is "Store & Manage multiple cookie profiles per domain.".
Extension Screenshots
Download Cookie Profile Switcher Extension CRX File
Download Cookie Profile Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Cookie Profile Switcher |
ID | dicajblfgcpecbkhkjaljphlmkhohelc |
Official URL | https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc |
Description | Store & Manage multiple cookie profiles per domain. |
File Size | 766 KB |
Installation Count | 4,620 |
Current Version | 1.3.3 |
Last Updated | 2020-09-25 |
Publish Date | 2018-07-31 |
Rating | 4.13/5 Total 39 Ratings |
Developer | https://bohdan.me |
[email protected] | |
Payment Type | free |
Extension Website | https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/ |
Supported Languages | 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 } |