Cageify

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

Vad är Cageify?

Cageify är en Chrome-tillägg utvecklad av OrfeasZ, och dess huvudfunktion är "Let the One True God embrace your webpages with his graciousness!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cageify-förlängningens CRX-fil

Ladda ner Cageify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
Officiell webbadress https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
Beskrivning Let the One True God embrace your webpages with his graciousness!
Filstorlek 92.63 KB
Antal Installationer 1,015
Aktuell Version 0.0.2
Senast Uppdaterad 2013-05-08
Publiceringsdatum 2013-05-08
Betyg 4.65/5 Totalt 23 Betyg
Utvecklare OrfeasZ
Betalningssätt free
Stödda Språk 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"
    }
}