Variable Cage

Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.

Hvad er Variable Cage?

Variable Cage er en Chrome-udvidelse udviklet af scubbojj, og dens hovedfunktion er "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Variable Cage-udvidelses-CRX-fil

Download Variable Cage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart of placecage.com.

This extension was obviously inspired by the excellent nCage (http://bit.ly/18XlqFL), but, blasphemous though it may be to admit it, there is such a thing as too much of His Greatness. For added subtlety, this extension allows you to set individual probabilities for Crazy, Gray, .gif, and "Normal" pictures of the One True God.

Additional thanks to Dom C. and Esther M. for providing my inspiration, to Sophie for enabling and encouraging my devotion, to /r/onetruegod for providing a haven and a sanctuary, and most of all to His Cageness.

Source available at github.com/scubbo/vCage                    

Grundlæggende oplysninger om udvidelsen

Navn Variable Cage Variable Cage
ID amkljdnkepnplfpbdaginfadckgiofmc
Officiel URL https://chrome.google.com/webstore/detail/variable-cage/amkljdnkepnplfpbdaginfadckgiofmc
Beskrivelse Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.
Filstørrelse 45.73 KB
Antal Installationer 143
Nuværende Version 1.1
Senest Opdateret 2015-01-05
Udgivelsesdato 2015-01-05
Bedømmelse 2.43/5 Samlet 7 Bedømmelser
Udvikler scubbojj
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Variable Cage",
    "short_name": "vCage",
    "description": "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}