Helium

INFLATE THE INTERNET!

Helium là gì?

Helium là một tiện ích mở rộng Chrome được phát triển bởi http://tifslama.com, và tính năng chính của nó là "INFLATE THE INTERNET!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        If you spend time on the internet and also like balloons, this is your dream come true.

Click on the Helium icon (yay!) and then try rolling over or clicking any element on the page.

Current features include: inflating, deflating, and popping. There are no plans for additional features.

When activated, Helium renders any webpage just about useless—but that's what makes it fun.                    

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

Tên Helium Helium
ID hmbnhlmnpnppfhaeoaegeloegkpkbnfm
URL Chính Thức https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Mô tả INFLATE THE INTERNET!
Kích Thước Tệp 47.54 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-01-17
Ngày Phát Hành 2017-01-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://tifslama.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helium",
    "description": "INFLATE THE INTERNET!",
    "version": "1.0.2",
    "homepage_url": "http:\/\/tifslama.com\/",
    "icons": {
        "16": "helium_logo_19_on.png",
        "48": "helium_logo_48.png",
        "128": "helium_logo_128.png"
    },
    "browser_action": {
        "name": "Mouseover to inflate",
        "default_icon": "helium_logo_19_off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "notifications",
        "",
        "file:\/\/\/*\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab",
        "pageCapture"
    ]
}