Forumactif account switch

This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.

什麼是Forumactif account switch?

Forumactif account switch是由https://forums-rpg.fr開發的Chrome擴展程式,該擴展的主要功能是“This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.”。

擴展截圖

screenshot
screenshot
screenshot

下載Forumactif account switch擴展crx文件

下載Forumactif account switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension was build to allow all forumactif users to switch between their accounts in one mouse click, making the whole process easier and quicker. Users need to log at least once into each account to register them. This extension only works on forumactif domains such as forumactif.fr, forumactif.com, etc. User passwords are NOT stored.

Easy and quick :
Tired of switching between your multiple forumactif accounts ?
Activate this extension with just one click and your browser will remember and display your accounts for quick and easy login. No more hassle!

Smart and safe :
With a clean, barely noticeable design, you'll only see it when you need it. It blends in perfectly with most forumactif websites. It does not store any confidential information, and especially not your password! Only your nicknames, avatars and userids are stored in your browser local storage.

It just works :
This extension works with most forumactif forums, including those with custom domain names. There is not accounts limitation, no requirements other than logging into each account at least once. Have fun !                    

擴展基本資訊

名稱 Forumactif account switch Forumactif account switch
ID efmhebamamhaenolcbeiopjlkipfbgfe
官方網址 https://chromewebstore.google.com/detail/forumactif-account-switch/efmhebamamhaenolcbeiopjlkipfbgfe
簡介 This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.
檔案大小 397 KB
安裝次數 83
目前版本 1.8
更新時間 2021-05-13
上架時間 2021-04-24
評分 5.00/5 共 2 次評分
開發者 https://forums-rpg.fr
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.forums-rpg.fr/
隱私政策頁面URL https://www.forums-rpg.fr/privacy
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forumactif account switch",
    "description": "This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.",
    "version": "1.8",
    "browser_action": {
        "default_icon": "icons\/128_nb.png",
        "icons": {
            "16": "icons\/16_nb.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*.js",
        "*.css"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/*\/"
    ]
}