jeff-who

Replaces Bezos with Jeff Who?

Vad är jeff-who?

jeff-who är en Chrome-tillägg utvecklad av lukeify, och dess huvudfunktion är "Replaces Bezos with Jeff Who?".

Tilläggsskärmbilder

screenshot

Ladda ner jeff-who-förlängningens CRX-fil

Ladda ner jeff-who-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn jeff-who jeff-who
ID iiniimpnoajeiekkfhlpdpcibaahcbpl
Officiell webbadress https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl
Beskrivning Replaces Bezos with Jeff Who?
Filstorlek 93 KB
Antal Installationer 34
Aktuell Version 1.0.2
Senast Uppdaterad 2017-12-15
Publiceringsdatum 2017-12-14
Betyg 4.78/5 Totalt 9 Betyg
Utvecklare lukeify
Betalningssätt free
Tilläggswebbplats https://github.com/lukeify/jeff-who
Hjälpsida URL https://github.com/lukeify/jeff-who
Stödda Språk 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"
    ]
}