Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
Was ist Gay? Wikipedia?
Gay? Wikipedia ist eine Chrome-Erweiterung, die von seven-dillenia entwickelt wurde, und ihr Hauptmerkmal ist "Change the word "Personal Life" to "Gay?" on Wikipedia pages".
Erweiterungsscreenshots
Gay? Wikipedia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gay? Wikipedia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | npfkncfachgpmimogndpnmgfipfomjki |
| Offizielle URL | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
| Beschreibung | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
| Dateigröße | 13.73 KB |
| Installationsanzahl | 791 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-12-26 |
| Veröffentlichungsdatum | 2019-12-25 |
| Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
| Entwickler | seven-dillenia |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/leechuyem/gay-wikipedia |
| Unterstützte Sprachen | 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"
]
}
]
} | |