jeff-who

Replaces Bezos with Jeff Who?

jeff-who là gì?

jeff-who là một tiện ích mở rộng Chrome được phát triển bởi lukeify, và tính năng chính của nó là "Replaces Bezos with Jeff Who?".

Ả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 jeff-who

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

                        WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.                    

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

Tên jeff-who jeff-who
ID iiniimpnoajeiekkfhlpdpcibaahcbpl
URL Chính Thức https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl
Mô tả Replaces Bezos with Jeff Who?
Kích Thước Tệp 93 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-12-15
Ngày Phát Hành 2017-12-14
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển lukeify
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lukeify/jeff-who
URL Trang Trợ Giúp https://github.com/lukeify/jeff-who
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "A SpaceX Fan",
    "manifest_version": 2,
    "name": "jeff-who",
    "version": "1.0.2",
    "description": "Replaces Bezos with Jeff Who?",
    "icons": {
        "40": "icons\/icon-40.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/jeff-who.js"
            ]
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos",
                "https:\/\/en.wikipedia.org\/wiki\/jeff_bezos",
                "https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos",
                "https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos"
            ],
            "js": [
                "src\/wikipedia.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/jeffbezos",
                "https:\/\/twitter.com\/jeffBezos",
                "https:\/\/twitter.com\/Jeffbezos",
                "https:\/\/twitter.com\/JeffBezos"
            ],
            "js": [
                "src\/twitter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.washingtonpost.com\/*"
            ],
            "js": [
                "src\/washington-post.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.blueorigin.com\/"
            ],
            "js": [
                "src\/blue-origin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}