replace daniel with beep beep lettuce

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

Was ist replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

Erweiterungsscreenshots

screenshot

replace daniel with beep beep lettuce-Erweiterungs-CRX-Datei herunterladen

Laden Sie replace daniel with beep beep lettuce-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
Offizielle URL https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Beschreibung this will replace the word daniel with beep beep lettuce forever thanks xoxo
Dateigröße 44.21 KB
Installationsanzahl 53
Aktuelle Version 1.3
Letztes Update 2017-07-05
Veröffentlichungsdatum 2017-07-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}