jeff-who
Replaces Bezos with Jeff Who?
Qu'est-ce que jeff-who ?
jeff-who est une extension Chrome développée par lukeify, et sa fonction principale est "Replaces Bezos with Jeff Who?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension jeff-who
Téléchargez les fichiers d'extension jeff-who 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
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.
Informations de Base sur l'Extension
Nom | jeff-who |
ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
URL Officiel | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
Description | Replaces Bezos with Jeff Who? |
Taille du Fichier | 93 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-12-15 |
Date de Publication | 2017-12-14 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | lukeify |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lukeify/jeff-who |
URL de la Page d'Aide | https://github.com/lukeify/jeff-who |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "A SpaceX Fan", "manifest_version": 2, "name": "jeff-who", "version": "1.0.2", "description": "Replaces Bezos with Jeff Who?", "icons": { "40": "icons\/icon-40.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/jeff-who.js" ] }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos" ], "js": [ "src\/wikipedia.js" ] }, { "matches": [ "https:\/\/twitter.com\/jeffbezos", "https:\/\/twitter.com\/jeffBezos", "https:\/\/twitter.com\/Jeffbezos", "https:\/\/twitter.com\/JeffBezos" ], "js": [ "src\/twitter.js" ] }, { "matches": [ "https:\/\/www.washingtonpost.com\/*" ], "js": [ "src\/washington-post.js" ] }, { "matches": [ "https:\/\/www.blueorigin.com\/" ], "js": [ "src\/blue-origin.js" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |