Bad Ice Cream Install

Play the popular game Bad Ice Cream Install online!

Bad Ice Cream Install là gì?

Bad Ice Cream Install là một tiện ích mở rộng Chrome được phát triển bởi http://badicecream.99freegames.net, và tính năng chính của nó là "Play the popular game Bad Ice Cream Install online!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bad Ice Cream Install

Tải xuống các tệp mở rộng Bad Ice Cream Install 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

                        The popular arcade game Bad Ice Cream is here                    

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

Tên Bad Ice Cream Install Bad Ice Cream Install
ID dhomjlmmdbkidpebhgehmnjjagkaghph
URL Chính Thức https://chrome.google.com/webstore/detail/bad-ice-cream-install/dhomjlmmdbkidpebhgehmnjjagkaghph
Mô tả Play the popular game Bad Ice Cream Install online!
Kích Thước Tệp 29.68 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2018-04-09
Ngày Phát Hành 2018-04-09
Đánh Giá 3.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://badicecream.99freegames.net
Loại Thanh Toán free
Trang Web Mở Rộng http://badicecream.99freegames.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bad Ice Cream Install",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "description": "Play the popular game Bad Ice Cream Install online!",
    "homepage_url": "http:\/\/badicecream.99freegames.net\/",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/22x22.png",
        "default_title": "Bad Ice Cream Install",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "bookmarks",
        "http:\/\/badicecream.99freegames.net\/"
    ]
}