replace daniel with beep beep lettuce

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

Qu'est-ce que replace daniel with beep beep lettuce ?

replace daniel with beep beep lettuce est une extension Chrome développée par Unknown, et sa fonction principale est "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension replace daniel with beep beep lettuce

Téléchargez les fichiers d'extension replace daniel with beep beep lettuce 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

                        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.                    

Informations de Base sur l'Extension

Nom replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
URL Officiel https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Description this will replace the word daniel with beep beep lettuce forever thanks xoxo
Taille du Fichier 44.21 KB
Nombre d'Installations 53
Version Actuelle 1.3
Dernière Mise à Jour 2017-07-05
Date de Publication 2017-07-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}