nCage+

Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!

nCage+ là gì?

nCage+ là một tiện ích mở rộng Chrome được phát triển bởi 10e100dev, và tính năng chính của nó là "Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!".

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

screenshot
screenshot
screenshot

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

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

                        Who doesn't want a little more Nicholas Cage in their life? You may be familiar with the brilliant extension known as Ncage, which replaces all images on webpages with pictures of the esteemed American actor Nicholas Cage. While this is humorous for a short time, victims quickly realize that they've been pranked and promptly disable the extension, ending the fun prematurely.

Enter nCage+! This extension allows you to implement a more subtle strategy by specifying the percentage of images that you would like to be replaced, rather than bluntly replacing all images. Add this extension to a friend or co-worker's browser and laugh as Nicholas Cage randomly shows up while they browse the web. It could be days or even weeks before they realize that something is up!

This evolution of the original concept includes a number of beneficial upgrades:
- Customizable image replacement probability
- Image references that won't break over time
- Additional themed libraries. Choose from "Nicholas Cage", "Rubber Ducks", "Anime Girls", or "Censored" content.
- Optionally increase the image replacement over time
- Improved image resizing and scaling
- A friendly "+" extension icon to deflect suspicion                    

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

Tên nCage+ nCage+
ID blenoallcdijagcfhdbidjiimoandabh
URL Chính Thức https://chromewebstore.google.com/detail/ncage+/blenoallcdijagcfhdbidjiimoandabh
Mô tả Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!
Kích Thước Tệp 28.83 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-11-14
Ngày Phát Hành 2020-12-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển 10e100dev
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",
    "name": "nCage+",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms"
    ],
    "description": "Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "incrementImageReplace.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "ncageImages.js",
                "rubberDuckImages.js",
                "animeGirlImages.js",
                "imageReplacer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}