Dangerous Latte

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

Qu'est-ce que Dangerous Latte ?

Dangerous Latte est une extension Chrome développée par Ceili Cornelison, et sa fonction principale est "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".

Télécharger le fichier CRX de l'extension Dangerous Latte

Téléchargez les fichiers d'extension Dangerous Latte au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Dangerous Latte Dangerous Latte
ID ifnoooicimhcakkmfbboblllopnhlaib
URL Officiel https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib
Description Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Taille du Fichier 3.57 KB
Nombre d'Installations 18
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-21
Date de Publication 2016-06-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ceili Cornelison
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}