My Little Donald

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

My Little Donaldとは何ですか?

My Little Donaldはrobert.rydefalkによって開発されたChromeの拡張機能で、その主な機能は「Making the internet great again - one little pony at a time.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

My Little Donald拡張機能のCRXファイルをダウンロード

My Little Donald拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!?                    

拡張機能の基本情報

名前 My Little Donald My Little Donald
ID lbkmpdmdpeigkcdapgihpnicjdfcjleh
公式URL https://chrome.google.com/webstore/detail/my-little-donald/lbkmpdmdpeigkcdapgihpnicjdfcjleh
説明 Making the internet great again - one little pony at a time.
ファイルサイズ 33.26 KB
インストール数 80
現在のバージョン 2.6
最終更新日 2016-09-13
公開日 2016-09-13
評価 4.46/5 合計 13 レビュー
開発者 robert.rydefalk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://mylittlepony.hasbro.com/en-us
対応言語 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"
        }
    ]
}