Kanye is GOD

Turn all 'God' to Kanye

Co to jest Kanye is GOD?

Kanye is GOD to rozszerzenie Chrome opracowane przez rborkowski4, a jego główną funkcją jest „Turn all 'God' to Kanye”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Kanye is GOD

Pobierz pliki rozszerzeń Kanye is GOD 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 just wanted more Kanye in your life?! Well now is your chance! While we all celebrate and worship different Gods, we can all agree on one thing.... KANYE IS GOD. YEEZUS!                    

Podstawowe informacje o rozszerzeniu

Nazwa Kanye is GOD Kanye is GOD
ID hmblaiagkmaopinmoimbiggohpjnohpf
Oficjalny URL https://chromewebstore.google.com/detail/kanye-is-god/hmblaiagkmaopinmoimbiggohpjnohpf
Opis Turn all 'God' to Kanye
Rozmiar pliku 832 KB
Liczba instalacji 135
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-06-30
Data Publikacji 2016-06-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper rborkowski4
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": "Kanye is GOD",
    "description": "Turn all 'God' to Kanye",
    "version": "1.3",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": " Incognito Window",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}