replace daniel with beep beep lettuce

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

¿Qué es replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce es una extensión de Chrome desarrollada por Unknown, y su función principal es "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión replace daniel with beep beep lettuce

Descarga archivos de extensión replace daniel with beep beep lettuce en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
URL Oficial https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Descripción this will replace the word daniel with beep beep lettuce forever thanks xoxo
Tamaño del Archivo 44.21 KB
Cantidad de Instalaciones 53
Versión Actual 1.3
Última Actualización 2017-07-05
Fecha de Publicación 2017-07-05
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}