Nicolas Cage images

Change all img tag on the page

Nicolas Cage images là gì?

Nicolas Cage images là một tiện ích mở rộng Chrome được phát triển bởi gerry900908, và tính năng chính của nó là "Change all img tag on the page".

Ả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 Nicolas Cage images

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

                        This extension changes all images on the page to Nickolas Cage meme images.                    

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

Tên Nicolas Cage images Nicolas Cage images
ID lhlikfdhepmemdhnlacpgkoclnmpjoib
URL Chính Thức https://chromewebstore.google.com/detail/nicolas-cage-images/lhlikfdhepmemdhnlacpgkoclnmpjoib
Mô tả Change all img tag on the page
Kích Thước Tệp 34.75 KB
Số Lần Cài Đặt 414
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-11-07
Ngày Phát Hành 2022-11-06
Nhà Phát Triển gerry900908
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": 3,
    "name": "Nicolas Cage images",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Change all img tag on the page",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}