Gay? Wikipedia

Change the word "Personal Life" to "Gay?" on Wikipedia pages

Wat is Gay? Wikipedia?

Gay? Wikipedia is een Chrome-extensie ontwikkeld door seven-dillenia, en de belangrijkste functie is "Change the word "Personal Life" to "Gay?" on Wikipedia pages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gay? Wikipedia

Download Gay? Wikipedia-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

                        A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".                    

Basisinformatie over de Extensie

Naam Gay? Wikipedia Gay? Wikipedia
ID npfkncfachgpmimogndpnmgfipfomjki
Officiële URL https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki
Beschrijving Change the word "Personal Life" to "Gay?" on Wikipedia pages
Bestandsgrootte 13.73 KB
Aantal Installaties 791
Huidige Versie 1.1
Laatst Bijgewerkt 2019-12-26
Publicatiedatum 2019-12-25
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar seven-dillenia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/leechuyem/gay-wikipedia
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Gay? Wikipedia",
    "short_name": "Gay? Wikipedia",
    "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages",
    "author": "Lee Chu Yem",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}