Deadname-B-Gon

Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!

Deadname-B-Gon क्या है?

Deadname-B-Gon Jane Davis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deadname-B-Gon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Deadname-B-Gon replaces a given name on webpages you visit with a better one. Or, you can replace as many words or phrases as you like with any other words or phrases you choose. Tested to guarantee works well with Gmail, Outlook, and more!

This extension does not use any external Javascript code. This extension's source code is licensed under the following Creative Commons license: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). https://creativecommons.org/licenses/by-nc-sa/4.0/

Any bugs you can find, or any other suggestions, comments, criticism, or praise, are greatly appreciated! Please email [email protected]

Privacy policy: https://sites.google.com/view/privacypolicy-deadname-b-gon

Source code: https://gitlab.com/jane314/deadname-b-gon

Logo image credit: Skull and Crossbones Large Pink from Vector.me (by Lil_Mermaid_Girl). https://vector.me/browse/264614/skull_and_crossbones_large_pink                    

एक्सटेंशन की मूल जानकारी

नाम Deadname-B-Gon Deadname-B-Gon
ID bpglollfkjfopjpnhffddkpcemoicela
आधिकारिक URL https://chromewebstore.google.com/detail/deadname-b-gon/bpglollfkjfopjpnhffddkpcemoicela
विवरण Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!
फ़ाइल का आकार 173 KB
स्थापना संख्या 2,370
वर्तमान संस्करण 2020.02.29
अंतिम अपडेट 2020-02-29
प्रकाशन तिथि 2020-02-29
रेटिंग 4.62/5 कुल 21 रेटिंग्स
डेवलपर Jane Davis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/jane314/deadname-b-gon
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/privacypolicy-deadname-b-gon
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deadname-B-Gon",
    "version": "2020.02.29",
    "description": "Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!",
    "browser_action": {
        "default_title": "Deadname-B-Gon",
        "default_icon": "imgs\/bones-orig.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "imgs\/bones016.png",
        "48": "imgs\/bones048.png",
        "128": "imgs\/bones128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "manifest_version": 2
}