马甲

快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等

Wat is 马甲?

马甲 is een Chrome-extensie ontwikkeld door nareix, en de belangrijkste functie is "快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 马甲

Download 马甲-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        多个社交账号很难管理?
请安装!

除了以上网站外,基本上所有网站都是适用的,只是需要手动更改名称。

本插件的原理是切换 Cookie,所有 Cookie 都保存在本地,不会泄露用户信息。                    

Basisinformatie over de Extensie

Naam 马甲 马甲
ID mbagihlilbaofbfpmnicoonnebmhohmm
Officiële URL https://chromewebstore.google.com/detail/%E9%A9%AC%E7%94%B2/mbagihlilbaofbfpmnicoonnebmhohmm
Beschrijving 快速切换同一网站的多个已登录账号,支持豆瓣、知乎、微博、Twitter、Facebook 等等
Bestandsgrootte 47.08 KB
Aantal Installaties 4,000
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-28
Publicatiedatum 2015-11-28
Beoordeling 4.54/5 Totaal 35 Beoordelingen
Ontwikkelaar nareix
Betalingswijze free
Extensiewebsite https://github.com/nareix/majia
Help Pagina-URL https://github.com/nareix/majia
Ondersteunde Talen 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
}