replace daniel with beep beep lettuce

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

Co to jest replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „this will replace the word daniel with beep beep lettuce forever thanks xoxo”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia replace daniel with beep beep lettuce

Pobierz pliki rozszerzeń replace daniel with beep beep lettuce w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
Oficjalny URL https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Opis this will replace the word daniel with beep beep lettuce forever thanks xoxo
Rozmiar pliku 44.21 KB
Liczba instalacji 53
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-07-05
Data Publikacji 2017-07-05
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}