jeff-who

Replaces Bezos with Jeff Who?

Cos'è jeff-who?

jeff-who è un'estensione di Chrome sviluppata da lukeify, e la sua funzione principale è "Replaces Bezos with Jeff Who?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jeff-who

Scarica i file di estensione jeff-who in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.                    

Informazioni di Base sull'Estensione

Nome jeff-who jeff-who
ID iiniimpnoajeiekkfhlpdpcibaahcbpl
URL Ufficiale https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl
Descrizione Replaces Bezos with Jeff Who?
Dimensione del File 93 KB
Conteggio Installazioni 34
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-12-15
Data di Pubblicazione 2017-12-14
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore lukeify
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lukeify/jeff-who
URL della Pagina di Aiuto https://github.com/lukeify/jeff-who
Lingue Supportate 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"
    ]
}