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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Deadname-B-Gon扩展crx文件

下载Deadname-B-Gon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}