My Little Illuminati
Changes My Little Pony to Illuminati.
What is My Little Illuminati?
My Little Illuminati is a Chrome extension developed by pokemonrater, and its main feature is "Changes My Little Pony to Illuminati.".
Download My Little Illuminati Extension CRX File
Download My Little 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 | |
ID | pnnpkbigbbpgbgdfgejbafcjocabfbmo |
Official URL | https://chrome.google.com/webstore/detail/my-little-illuminati/pnnpkbigbbpgbgdfgejbafcjocabfbmo |
Description | Changes My Little Pony to Illuminati. |
File Size | 3.54 KB |
Installation Count | 61 |
Current Version | 1.0 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pokemonrater |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Little Illuminati", "description": "Changes My Little Pony to Illuminati.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |