'Elon Musk' to 'Grimes's Boyfriend'

Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.

Wat is 'Elon Musk' to 'Grimes's Boyfriend'?

'Elon Musk' to 'Grimes's Boyfriend' is een Chrome-extensie ontwikkeld door soph-iest, en de belangrijkste functie is "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 'Elon Musk' to 'Grimes's Boyfriend'

Download 'Elon Musk' to 'Grimes's Boyfriend'-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Changes "Elon Musk" (and derivatives) to "Grimes's Boyfriend" across the net.                    

Basisinformatie over de Extensie

Naam 'Elon Musk' to 'Grimes's Boyfriend' 'Elon Musk' to 'Grimes's Boyfriend'
ID apdmcnlgnkbjenphgkcngojmjeoopabp
Officiële URL https://chromewebstore.google.com/detail/elon-musk-to-grimess-boyf/apdmcnlgnkbjenphgkcngojmjeoopabp
Beschrijving Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.
Bestandsgrootte 43.12 KB
Aantal Installaties 94
Huidige Versie 1.2
Laatst Bijgewerkt 2021-12-11
Publicatiedatum 2018-07-07
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar soph-iest
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/soph-iest/gender-neutralize
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sophie Debs",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "'Elon Musk' to 'Grimes's Boyfriend'",
    "short_name": "Elongated Muskrat",
    "version": "1.2"
}