Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

Vad är Planet of the Illuminati?

Planet of the Illuminati är en Chrome-tillägg utvecklad av pokemonrater, och dess huvudfunktion är "Changes Planet of The Apes to Illuminati.".

Ladda ner Planet of the Illuminati-förlängningens CRX-fil

Ladda ner Planet of the Illuminati-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
Officiell webbadress https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Beskrivning Changes Planet of The Apes to Illuminati.
Filstorlek 3.54 KB
Antal Installationer 12
Aktuell Version 1.0
Senast Uppdaterad 2016-03-08
Publiceringsdatum 2016-03-08
Utvecklare pokemonrater
Betalningssätt free
Stödda Språk 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"
        }
    ]
}