jeff-who
Replaces Bezos with Jeff Who?
Wat is jeff-who?
jeff-who is een Chrome-extensie ontwikkeld door lukeify, en de belangrijkste functie is "Replaces Bezos with Jeff Who?".
Extensie Screenshots
Download het CRX-bestand van de extensie jeff-who
Download jeff-who-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
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.
Basisinformatie over de Extensie
Naam | jeff-who |
ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
Officiële URL | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
Beschrijving | Replaces Bezos with Jeff Who? |
Bestandsgrootte | 93 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-12-15 |
Publicatiedatum | 2017-12-14 |
Beoordeling | 4.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | lukeify |
Betalingswijze | free |
Extensiewebsite | https://github.com/lukeify/jeff-who |
Help Pagina-URL | https://github.com/lukeify/jeff-who |
Ondersteunde Talen | 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" ] } |