Dangerous Latte

Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.

Co je Dangerous Latte?

Dangerous Latte je rozšíření Chrome vyvinuté Ceili Cornelison, a jeho hlavní funkcí je „Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.“.

Stáhnout soubor CRX rozšíření Dangerous Latte

Stáhněte si soubory rozšíření Dangerous Latte 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í

                        A chrome extension in the spirit of "Millennials to Snake People" or "Cloud to Butt" which converts all instances of 'Grande' (in reference to the size of coffee commonly available from most large coffee shop conglomerates, allegedly 16oz) to 'Ariana Grande' (in reference to the vocalist and pop sensation).                    

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

Název Dangerous Latte Dangerous Latte
ID ifnoooicimhcakkmfbboblllopnhlaib
Oficiální URL https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib
Popis Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Velikost souboru 3.57 KB
Počet instalací 18
Aktuální Verze 1.0
Poslední Aktualizace 2016-06-21
Datum Vydání 2016-06-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ceili Cornelison
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dangerous Latte",
    "description": "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}