Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
Qu'est-ce que Gay? Wikipedia ?
Gay? Wikipedia est une extension Chrome développée par seven-dillenia, et sa fonction principale est "Change the word "Personal Life" to "Gay?" on Wikipedia pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gay? Wikipedia
Téléchargez les fichiers d'extension Gay? Wikipedia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".
Informations de Base sur l'Extension
Nom | Gay? Wikipedia |
ID | npfkncfachgpmimogndpnmgfipfomjki |
URL Officiel | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
Description | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
Taille du Fichier | 13.73 KB |
Nombre d'Installations | 791 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-12-26 |
Date de Publication | 2019-12-25 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | seven-dillenia |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/leechuyem/gay-wikipedia |
Langues Prises en Charge | 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" ] } ] } |