Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

Focus Group to A Bunch of Talking Ducks là gì?

Focus Group to A Bunch of Talking Ducks là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Ả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 Focus Group to A Bunch of Talking Ducks

Tải xuống các tệp mở rộng Focus Group to A Bunch of Talking Ducks 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

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

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

Tên Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
URL Chính Thức https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Mô tả Replaces the text 'focus group' with 'a bunch of talking ducks'.
Kích Thước Tệp 3.4 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-18
Ngày Phát Hành 2015-11-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
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": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}