TinyHands

So small

TinyHands là gì?

TinyHands là một tiện ích mở rộng Chrome được phát triển bởi dagda, và tính năng chính của nó là "So small".

Ả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 TinyHands

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

                        Replace references to Trump's inaugural crowds with the word "penis"

Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."                    

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

Tên TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
URL Chính Thức https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Mô tả So small
Kích Thước Tệp 5.11 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-01-26
Ngày Phát Hành 2017-01-26
Nhà Phát Triển dagda
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": "TinyHands",
    "description": "So small",
    "version": "0.1",
    "browser_action": {
        "default_icon": "smol.png",
        "default_title": "So small! Sad."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}