Hamburgers to Steamed Hams

Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.

Hamburgers to Steamed Hams là gì?

Hamburgers to Steamed Hams là một tiện ích mở rộng Chrome được phát triển bởi https://freemanonthe.land, và tính năng chính của nó là "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.".

Ả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 Hamburgers to Steamed Hams

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

                                            

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

Tên Hamburgers to Steamed Hams Hamburgers to Steamed Hams
ID fieooplcpndnceolckkkhnfkecpfeije
URL Chính Thức https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije
Mô tả Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
Kích Thước Tệp 44.86 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-04-17
Ngày Phát Hành 2018-04-16
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://freemanonthe.land
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": "Hamburgers to Steamed Hams",
    "short_name": "Steamed Clams",
    "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.",
    "author": "Seymour Skinner",
    "version": "2.0",
    "icons": {
        "16": "skinner16.png",
        "32": "skinner32.png",
        "48": "skinner48.png",
        "128": "skinner128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}