'Elon Musk' to 'Grimes's Boyfriend'

Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.

'Elon Musk' to 'Grimes's Boyfriend' là gì?

'Elon Musk' to 'Grimes's Boyfriend' là một tiện ích mở rộng Chrome được phát triển bởi soph-iest, và tính năng chính của nó là "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across 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 'Elon Musk' to 'Grimes's Boyfriend'

Tải xuống các tệp mở rộng 'Elon Musk' to 'Grimes's Boyfriend' 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 "Elon Musk" (and derivatives) to "Grimes's Boyfriend" across the net.                    

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

Tên 'Elon Musk' to 'Grimes's Boyfriend' 'Elon Musk' to 'Grimes's Boyfriend'
ID apdmcnlgnkbjenphgkcngojmjeoopabp
URL Chính Thức https://chromewebstore.google.com/detail/elon-musk-to-grimess-boyf/apdmcnlgnkbjenphgkcngojmjeoopabp
Mô tả Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.
Kích Thước Tệp 43.12 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-12-11
Ngày Phát Hành 2018-07-07
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển soph-iest
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/soph-iest/gender-neutralize
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sophie Debs",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "'Elon Musk' to 'Grimes's Boyfriend'",
    "short_name": "Elongated Muskrat",
    "version": "1.2"
}