Deadname Remover

An easy to use Google Chrome plugin to automatically remove and replace deadnames

Apa itu Deadname Remover?

Deadname Remover adalah ekstensi Chrome yang dikembangkan oleh Ari Gibson, dan fitur utamanya adalah "An easy to use Google Chrome plugin to automatically remove and replace deadnames".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Deadname Remover

Unduh file ekstensi Deadname Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Once installed, a page should open where you can edit your name and deadname settings. 

To edit this later or to temporarily disable the plugin, click on the trans flag in the top right corner of your browser.                    

Informasi Dasar Ekstensi

Nama Deadname Remover Deadname Remover
ID cceilgmnkeijahkehfcgfalepihfbcag
URL Resmi https://chromewebstore.google.com/detail/deadname-remover/cceilgmnkeijahkehfcgfalepihfbcag
Deskripsi An easy to use Google Chrome plugin to automatically remove and replace deadnames
Ukuran File 31.7 KB
Jumlah Instalasi 38,733
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2022-12-13
Tanggal Publikasi 2020-04-11
Penilaian 4.56/5 Total 369 Penilaian
Pengembang Ari Gibson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/arimgibson/Deadname-Remover
URL Halaman Bantuan https://github.com/arimgibson/Deadname-Remover
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deadname Remover",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "An easy to use Google Chrome plugin to automatically remove and replace deadnames",
    "homepage_url": "https:\/\/github.com\/WillHayCode\/Deadname-Remover",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "popup\/options.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Deadname Remover Options",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}