Gay? Wikipedia

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

Hvad er Gay? Wikipedia?

Gay? Wikipedia er en Chrome-udvidelse udviklet af seven-dillenia, og dens hovedfunktion er "Change the word "Personal Life" to "Gay?" on Wikipedia pages".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Gay? Wikipedia-udvidelses-CRX-fil

Download Gay? Wikipedia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Gay? Wikipedia Gay? Wikipedia
ID npfkncfachgpmimogndpnmgfipfomjki
Officiel URL https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki
Beskrivelse Change the word "Personal Life" to "Gay?" on Wikipedia pages
Filstørrelse 13.73 KB
Antal Installationer 791
Nuværende Version 1.1
Senest Opdateret 2019-12-26
Udgivelsesdato 2019-12-25
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler seven-dillenia
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/leechuyem/gay-wikipedia
Understøttede Sprog 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"
            ]
        }
    ]
}