Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

What is Planet of the Illuminati?

Planet of the Illuminati is a Chrome extension developed by pokemonrater, and its main feature is "Changes Planet of The Apes to Illuminati.".

Download Planet of the Illuminati Extension CRX File

Download Planet of the Illuminati extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
Official URL https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Description Changes Planet of The Apes to Illuminati.
File Size 3.54 KB
Installation Count 12
Current Version 1.0
Last Updated 2016-03-08
Publish Date 2016-03-08
Developer pokemonrater
Payment Type free
Supported Languages 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"
        }
    ]
}