Venmo to Venom

Replace all instances of Venmo with a much better word, Venom.

Venmo to Venom là gì?

Venmo to Venom là một tiện ích mở rộng Chrome được phát triển bởi benjawmino, và tính năng chính của nó là "Replace all instances of Venmo with a much better word, Venom.".

Ả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 Venmo to Venom

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

                        Very simple extension to replace all instances of the word "Venmo" with "Venom".

Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".                    

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

Tên Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
URL Chính Thức https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
Mô tả Replace all instances of Venmo with a much better word, Venom.
Kích Thước Tệp 3.52 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-05-14
Ngày Phát Hành 2019-05-11
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển benjawmino
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venmo to Venom",
    "description": "Replace all instances of Venmo with a much better word, Venom.",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}