Gay? Wikipedia

Change the word "Personal Life" to "Gay?" on Wikipedia pages

Gay? Wikipedia là gì?

Gay? Wikipedia là một tiện ích mở rộng Chrome được phát triển bởi seven-dillenia, và tính năng chính của nó là "Change the word "Personal Life" to "Gay?" on Wikipedia pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gay? Wikipedia

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

                        A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".                    

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

Tên Gay? Wikipedia Gay? Wikipedia
ID npfkncfachgpmimogndpnmgfipfomjki
URL Chính Thức https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki
Mô tả Change the word "Personal Life" to "Gay?" on Wikipedia pages
Kích Thước Tệp 13.73 KB
Số Lần Cài Đặt 791
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-12-26
Ngày Phát Hành 2019-12-25
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển seven-dillenia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/leechuyem/gay-wikipedia
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Gay? Wikipedia",
    "short_name": "Gay? Wikipedia",
    "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages",
    "author": "Lee Chu Yem",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}