Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

Co to jest Planet of the Illuminati?

Planet of the Illuminati to rozszerzenie Chrome opracowane przez pokemonrater, a jego główną funkcją jest „Changes Planet of The Apes to Illuminati.”.

Pobierz plik CRX rozszerzenia Planet of the Illuminati

Pobierz pliki rozszerzeń Planet of the Illuminati 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
Oficjalny URL https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Opis Changes Planet of The Apes to Illuminati.
Rozmiar pliku 3.54 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-08
Data Publikacji 2016-03-08
Deweloper pokemonrater
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": "Planet of the Illuminati",
    "description": "Changes Planet of The Apes to Illuminati.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}