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.

Qu'est-ce que Forumactif account switch ?

Forumactif account switch est une extension Chrome développée par https://forums-rpg.fr, et sa fonction principale est "This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Forumactif account switch

Téléchargez les fichiers d'extension Forumactif account switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 !                    

Informations de Base sur l'Extension

Nom Forumactif account switch Forumactif account switch
ID efmhebamamhaenolcbeiopjlkipfbgfe
URL Officiel https://chromewebstore.google.com/detail/forumactif-account-switch/efmhebamamhaenolcbeiopjlkipfbgfe
Description This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.
Taille du Fichier 397 KB
Nombre d'Installations 83
Version Actuelle 1.8
Dernière Mise à Jour 2021-05-13
Date de Publication 2021-04-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://forums-rpg.fr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.forums-rpg.fr/
URL de la Page de Politique de Confidentialité https://www.forums-rpg.fr/privacy
Langues Prises en Charge 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:\/\/*\/"
    ]
}