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!

O que é Deadname-B-Gon?

Deadname-B-Gon é uma extensão do Chrome desenvolvida por Jane Davis, e sua principal característica é "Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Deadname-B-Gon

Baixe arquivos de extensão Deadname-B-Gon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Deadname-B-Gon Deadname-B-Gon
ID bpglollfkjfopjpnhffddkpcemoicela
URL Oficial https://chromewebstore.google.com/detail/deadname-b-gon/bpglollfkjfopjpnhffddkpcemoicela
Descrição Deadname-B-Gon replaces a given name on sites you visit with a better one. Tested to guarantee works well with Gmail and more!
Tamanho do Arquivo 173 KB
Contagem de Instalações 2,370
Versão Atual 2020.02.29
Última Atualização 2020-02-29
Data de Publicação 2020-02-29
Classificação 4.62/5 Total de 21 Avaliações
Desenvolvedor Jane Davis
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gitlab.com/jane314/deadname-b-gon
URL da Página de Política de Privacidade https://sites.google.com/view/privacypolicy-deadname-b-gon
Idiomas Suportados 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
}