nCage+

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

nCage+란 무엇입니까?

nCage+은(는) 10e100dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

nCage+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 nCage+ nCage+
ID blenoallcdijagcfhdbidjiimoandabh
공식 URL https://chromewebstore.google.com/detail/ncage+/blenoallcdijagcfhdbidjiimoandabh
설명 Prank your friends and co-workers with this extension that will replace their webpage images while they browse the internet!
파일 크기 28.83 KB
설치 횟수 3,000
현재 버전 1.0.5
최근 업데이트 2022-11-14
출시 날짜 2020-12-13
평점 5.00/5 총 5 개의 평점
개발자 10e100dev
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}