Cageify

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

Wat is Cageify?

Cageify is een Chrome-extensie ontwikkeld door OrfeasZ, en de belangrijkste functie is "Let the One True God embrace your webpages with his graciousness!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cageify

Download Cageify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
Officiële URL https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
Beschrijving Let the One True God embrace your webpages with his graciousness!
Bestandsgrootte 92.63 KB
Aantal Installaties 1,015
Huidige Versie 0.0.2
Laatst Bijgewerkt 2013-05-08
Publicatiedatum 2013-05-08
Beoordeling 4.65/5 Totaal 23 Beoordelingen
Ontwikkelaar OrfeasZ
Betalingswijze free
Ondersteunde Talen 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"
    }
}