Cageify

Let the One True God embrace your webpages with his graciousness!

Hvad er Cageify?

Cageify er en Chrome-udvidelse udviklet af OrfeasZ, og dens hovedfunktion er "Let the One True God embrace your webpages with his graciousness!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cageify-udvidelses-CRX-fil

Download Cageify-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

                        Always to have the websites you visit embraced by the One True God, Nicolas Cage?

This extension makes it possible!

Click the Cageify icon and watch the magic happen!                    

Grundlæggende oplysninger om udvidelsen

Navn Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
Officiel URL https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
Beskrivelse Let the One True God embrace your webpages with his graciousness!
Filstørrelse 92.63 KB
Antal Installationer 1,015
Nuværende Version 0.0.2
Senest Opdateret 2013-05-08
Udgivelsesdato 2013-05-08
Bedømmelse 4.65/5 Samlet 23 Bedømmelser
Udvikler OrfeasZ
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "cageify.js"
        ]
    },
    "manifest_version": 2,
    "name": "Cageify",
    "description": "Let the One True God embrace your webpages with his graciousness!",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}