Nicolas Page

This extension will turn all images on your browser into an iconic photo of Nicolas Cage.

Nicolas Page là gì?

Nicolas Page là một tiện ích mở rộng Chrome được phát triển bởi thats.a.though.one, và tính năng chính của nó là "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".

Ả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 Page

Tải xuống các tệp mở rộng Nicolas Page 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 will turn all images on your browser into an iconic photo of Nicolas Cage. No more spoilers hidden in memes, no more annoying photos on your Facebook wall - just a sea of unblinking eyes and a smile.                    

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

Tên Nicolas Page Nicolas Page
ID baicfbiaoaijngpekfgpklmlclncojbm
URL Chính Thức https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm
Mô tả This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Kích Thước Tệp 83.33 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-06
Ngày Phát Hành 2020-05-02
Nhà Phát Triển thats.a.though.one
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": "Nicolas Page",
    "description": "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.jpg"
    ],
    "permissions": [
        "activeTab"
    ]
}