Firebase User Changer

Extension that helps changing the firebase console url to a specific user.

What is Firebase User Changer?

Firebase User Changer is a Chrome extension developed by Alejandro Rosas, and its main feature is "Extension that helps changing the firebase console url to a specific user.".

Extension Screenshots

screenshot

Download Firebase User Changer Extension CRX File

Download Firebase User Changer 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

                        Extension that helps changing the firebase console url to a specific user, this avoids going to the first firebase account when using firebase console links without user identifier.                    

Extension Basic Information

Name Firebase User Changer Firebase User Changer
ID hifpbkhihabmonkmioehggekhokngnch
Official URL https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch
Description Extension that helps changing the firebase console url to a specific user.
File Size 16.47 KB
Installation Count 90
Current Version 0.2.0
Last Updated 2023-12-21
Publish Date 2020-05-20
Rating 5.00/5 Total 1 Ratings
Developer Alejandro Rosas
Email [email protected]
Payment Type free
Extension Website https://github.com/alejandrorosas/firebase-user-changer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Firebase User Changer",
    "version": "0.2.0",
    "description": "Extension that helps changing the firebase console url to a specific user.",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/console.firebase.google.com\/*",
        "*:\/\/play.google.com\/*"
    ]
}