replace daniel with beep beep lettuce

this will replace the word daniel with beep beep lettuce forever thanks xoxo

Co je replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „this will replace the word daniel with beep beep lettuce forever thanks xoxo“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření replace daniel with beep beep lettuce

Stáhněte si soubory rozšíření replace daniel with beep beep lettuce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app.

beep beep lettuce.                    

Základní Informace o Rozšíření

Název replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
Oficiální URL https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Popis this will replace the word daniel with beep beep lettuce forever thanks xoxo
Velikost souboru 44.21 KB
Počet instalací 53
Aktuální Verze 1.3
Poslední Aktualizace 2017-07-05
Datum Vydání 2017-07-05
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "replace daniel with beep beep lettuce",
    "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}