4k To Butt

Replaces 4k with Butt all over the web

4k To Butt là gì?

4k To Butt là một tiện ích mở rộng Chrome được phát triển bởi JTaylorApps, và tính năng chính của nó là "Replaces 4k with Butt all over the web".

Ả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 4k To Butt

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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

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

Tên 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
URL Chính Thức https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Mô tả Replaces 4k with Butt all over the web
Kích Thước Tệp 15.87 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-06-06
Ngày Phát Hành 2014-06-05
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển JTaylorApps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}