jeff-who
Replaces Bezos with Jeff Who?
Hvad er jeff-who?
jeff-who er en Chrome-udvidelse udviklet af lukeify, og dens hovedfunktion er "Replaces Bezos with Jeff Who?".
Udvidelsesskærmbilleder
Download jeff-who-udvidelses-CRX-fil
Download jeff-who-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
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.
Grundlæggende oplysninger om udvidelsen
Navn | jeff-who |
ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
Officiel URL | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
Beskrivelse | Replaces Bezos with Jeff Who? |
Filstørrelse | 93 KB |
Antal Installationer | 34 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2017-12-15 |
Udgivelsesdato | 2017-12-14 |
Bedømmelse | 4.78/5 Samlet 9 Bedømmelser |
Udvikler | lukeify |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/lukeify/jeff-who |
Hjælpeside-URL | https://github.com/lukeify/jeff-who |
Understøttede Sprog | 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" ] } |