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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}