Dramatic chipmunk prank

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

Dramatic chipmunk prank là gì?

Dramatic chipmunk prank là một tiện ích mở rộng Chrome được phát triển bởi skeys apps, và tính năng chính của nó là "This extension will change every image on the internet into dramatic chipmunk!".

Tải xuống tệp CRX của tiện ích mở rộng Dramatic chipmunk prank

Tải xuống các tệp mở rộng Dramatic chipmunk prank dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dramatic chipmunk prank Dramatic chipmunk prank
ID bhclknelbdnpmchlbfgnmlpgkbpgeego
URL Chính Thức https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego
Mô tả This extension will change every image on the internet into dramatic chipmunk!
Kích Thước Tệp 1.9 MB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-07-03
Ngày Phát Hành 2015-07-03
Đánh Giá 1.89/5 Tổng số 37 Đánh Giá
Nhà Phát Triển skeys apps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}