马甲
快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等
What is 马甲?
马甲 is a Chrome extension developed by nareix, and its main feature is "快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等".
Extension Screenshots
Download 马甲 Extension CRX File
Download 马甲 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,所有 Cookie 都保存在本地,不会泄露用户信息。
Extension Basic Information
Name | 马甲 |
ID | mbagihlilbaofbfpmnicoonnebmhohmm |
Official URL | https://chromewebstore.google.com/detail/%E9%A9%AC%E7%94%B2/mbagihlilbaofbfpmnicoonnebmhohmm |
Description | 快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等 |
File Size | 47.08 KB |
Installation Count | 4,000 |
Current Version | 1.0 |
Last Updated | 2015-11-28 |
Publish Date | 2015-11-28 |
Rating | 4.54/5 Total 35 Ratings |
Developer | nareix |
Payment Type | free |
Extension Website | https://github.com/nareix/majia |
Help Page URL | https://github.com/nareix/majia |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u9a6c\u7532", "version": "1.0", "description": "\u5feb\u901f\u5207\u6362\u540c\u4e00\u7f51\u7ad9\u7684\u591a\u4e2a\u5df2\u767b\u5f55\u8d26\u53f7\uff0c\u652f\u6301\u8c46\u74e3\u3001\u77e5\u4e4e\u3001\u5fae\u535a\u3001Twitter\u3001Facebook \u7b49\u7b49", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "majia.png", "48": "majia.png", "128": "majia.png" }, "browser_action": { "default_title": "", "default_icon": "majia.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "manifest_version": 2 } |