Swap My Cookies
If you have multiple accounts let Swap My Cookies manage them for you!
Swap My Cookiesคืออะไร?
Swap My Cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FDev และคุณลักษณะหลักของมันคือ "If you have multiple accounts let Swap My Cookies manage them for you!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swap My Cookies
ดาวน์โหลดไฟล์ส่วนขยาย Swap My Cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Swap My Cookies is a session manager, it manages your cookies, letting you login on any website with several different accounts. You can finally login into gmail, yahoo, hotmail, and just any website you use, with all your accounts; if you want to use another account just swap profile! It's a nice and working alternative to Google's "multiple sign-in", you can keep in memory all your profiles, and switch among them as needed; if you share your pc just swap the profile and you are done, instead of logging out from every account and logging in again! if you have multiple mail accounts use one profile per mail! FEATURES: * Swap profile and all the cookies are automatically changed * Profiles can be renamed * Profiles can be copied (Duplicate all of the profile's cookies) * Profiles can be reset (Delete all of the profile's cookies) * Delete all the cookies of all the profiles * Restore the default profiles * Profiles can be sorted * Integration with 'Edit this Cookie' for better cookie management * Keyboard Shortcuts - [CTRL]+[NUMBER 1-9] : Profile number 1-9 - [CTRL]+[SHIFT]+[+] : Next profile - [CTRL]+[SHIFT]+[-] : Previous profile * Reload all tabs of all windows If you like "Swap my Cookies" you might also like "Edit This Cookie" https://chrome.google.com/extensions/detail/fngmhnnpilhplaeedifhccceomclgfbg and "Forget Me" https://chrome.google.com/extensions/detail/gekpdemielcmiiiackmeoppdgaggjgda These extensions are integrated and work nicely together...it's Recommended to have them all! You can post issues and suggestions at: http://code.google.com/p/swap-my-cookies/issues/list Note: when the profile is changed, so are all the cookies stored by the browser. This means that if you have gmail and yahoo opened and you switch profile, the account changes in EVERY page. This extension is inspired by "CookieSwap", which is a Firefox only add-on. The code, however, is entirely original and is released under GNU GPL license.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Swap My Cookies |
ID | dffhipnliikkblkhpjapbecpmoilcama |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swap-my-cookies/dffhipnliikkblkhpjapbecpmoilcama |
คำอธิบาย | If you have multiple accounts let Swap My Cookies manage them for you! |
ขนาดไฟล์ | 273 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-11-21 |
วันที่เผยแพร่ | 2013-11-25 |
คะแนน | 3.93/5 รวมทั้งหมด 284 คะแนน |
ผู้พัฒนา | FDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://code.google.com/p/swap-my-cookies/issues/list |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Swap My Cookies", "version": "0.3", "description": "If you have multiple accounts let Swap My Cookies manage them for you!", "icons": { "32": "img\/icon_32x32.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "browser_action": { "default_icon": "img\/icon_32x32.png", "default_title": "Swap Cookies", "default_popup": "popup.html" }, "background": { "scripts": [ "\/lib\/jquery-1.4.2.min.js", "\/js\/data.js", "\/js\/tools.js", "\/js\/background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", " |