Dramatic chipmunk prank

This extension will change every image on the internet into dramatic chipmunk!

Dramatic chipmunk prank란 무엇입니까?

Dramatic chipmunk prank은(는) skeys apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will change every image on the internet into dramatic chipmunk!"입니다.

Dramatic chipmunk prank 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        !!IMPORTANT!!
I have gotten many reviews from people complaining that it has ruined chrome and they can't get it off. I am extremely sorry, but to remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it.
--End of important info--

This is the perfect app to annoy and prank your friends! It is similar to the NCage extension, but it uses dramatic chipmunk instead. Also, it will soon change all youtube videos into nyan cat.                    

확장 프로그램 기본 정보

이름 Dramatic chipmunk prank Dramatic chipmunk prank
ID bhclknelbdnpmchlbfgnmlpgkbpgeego
공식 URL https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego
설명 This extension will change every image on the internet into dramatic chipmunk!
파일 크기 1.9 MB
설치 횟수 298
현재 버전 0.0.1
최근 업데이트 2015-07-03
출시 날짜 2015-07-03
평점 1.89/5 총 37 개의 평점
개발자 skeys apps
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dramatic chipmunk prank",
    "short_name": "Chipmunks4Eva",
    "description": "This extension will change every image on the internet into dramatic chipmunk!",
    "version": "0.0.1",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}