Cookie Profile Switcher
Store & Manage multiple cookie profiles per domain.
Apa itu Cookie Profile Switcher?
Cookie Profile Switcher adalah ekstensi Chrome yang dikembangkan oleh https://bohdan.me, dan fitur utamanya adalah "Store & Manage multiple cookie profiles per domain.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Profile Switcher
Unduh file ekstensi Cookie Profile Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cookie Profile Switcher |
ID | dicajblfgcpecbkhkjaljphlmkhohelc |
URL Resmi | https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc |
Deskripsi | Store & Manage multiple cookie profiles per domain. |
Ukuran File | 766 KB |
Jumlah Instalasi | 4,620 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2020-09-25 |
Tanggal Publikasi | 2018-07-31 |
Penilaian | 4.13/5 Total 39 Penilaian |
Pengembang | https://bohdan.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/ |
Bahasa yang Didukung | 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 } |