Cage!

You've been caged!

What is Cage!?

Cage! is a Chrome extension developed by JagerWorks, and its main feature is "You've been caged!".

Extension Screenshots

screenshot
screenshot

Download Cage! Extension CRX File

Download Cage! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replaces all images on all pages to images of Nicolas Cage.                    

Extension Basic Information

Name Cage! Cage!
ID akpbiflhahendkimjlnhklcnhmhkemnn
Official URL https://chromewebstore.google.com/detail/cage/akpbiflhahendkimjlnhklcnhmhkemnn
Description You've been caged!
File Size 3.21 KB
Installation Count 129
Current Version 1.0
Last Updated 2015-04-22
Publish Date 2014-08-28
Rating 5.00/5 Total 1 Ratings
Developer JagerWorks
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cage!",
    "description": "You've been caged!",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ]
}