马甲
快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等
马甲란 무엇입니까?
马甲은(는) nareix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等"입니다.
확장 프로그램 스크린샷
马甲 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
多个社交账号很难管理? 请安装! 除了以上网站外,基本上所有网站都是适用的,只是需要手动更改名称。 本插件的原理是切换 Cookie,所有 Cookie 都保存在本地,不会泄露用户信息。
확장 프로그램 기본 정보
이름 | 马甲 |
ID | mbagihlilbaofbfpmnicoonnebmhohmm |
공식 URL | https://chromewebstore.google.com/detail/%E9%A9%AC%E7%94%B2/mbagihlilbaofbfpmnicoonnebmhohmm |
설명 | 快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等 |
파일 크기 | 47.08 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-11-28 |
출시 날짜 | 2015-11-28 |
평점 | 4.54/5 총 35 개의 평점 |
개발자 | nareix |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nareix/majia |
도움말 페이지 URL | https://github.com/nareix/majia |
지원되는 언어 | 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 } |