Cageify

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

Apa itu Cageify?

Cageify adalah ekstensi Chrome yang dikembangkan oleh OrfeasZ, dan fitur utamanya adalah "Let the One True God embrace your webpages with his graciousness!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cageify

Unduh file ekstensi Cageify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
URL Resmi https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
Deskripsi Let the One True God embrace your webpages with his graciousness!
Ukuran File 92.63 KB
Jumlah Instalasi 1,015
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2013-05-08
Tanggal Publikasi 2013-05-08
Penilaian 4.65/5 Total 23 Penilaian
Pengembang OrfeasZ
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}