My Little Donald

Making the internet great again - one little pony at a time.

What is My Little Donald?

My Little Donald is a Chrome extension developed by robert.rydefalk, and its main feature is "Making the internet great again - one little pony at a time.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download My Little Donald Extension CRX File

Download My Little Donald 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

                        Believe me, I've created this fantastic Chrome Extension. Oh, believe me. It makes the internet great again! 
Imagine, you no longer have to read awful articles about Trump's most recent bullshit. It's fantastic. No more Trump. Gone. It's fantastic. Fantastic I tell you! Instead you will be reading all these beautiful stories about my little ponies! Fantastic right!? Fluttershy, Pinkie Pie, Scootaloo and even Sweetie Belle will all be replacing any mention of Donald Trump. Isn't it fantastic people!?                    

Extension Basic Information

Name My Little Donald My Little Donald
ID lbkmpdmdpeigkcdapgihpnicjdfcjleh
Official URL https://chrome.google.com/webstore/detail/my-little-donald/lbkmpdmdpeigkcdapgihpnicjdfcjleh
Description Making the internet great again - one little pony at a time.
File Size 33.26 KB
Installation Count 80
Current Version 2.6
Last Updated 2016-09-13
Publish Date 2016-09-13
Rating 4.46/5 Total 13 Ratings
Developer robert.rydefalk
Email [email protected]
Payment Type free
Extension Website http://mylittlepony.hasbro.com/en-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Little Donald",
    "description": "Making the internet great again - one little pony at a time.",
    "version": "2.6",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}