Cageify

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

什么是Cageify?

Cageify是由OrfeasZ开发的Chrome扩展程序,该扩展的主要功能是“Let the One True God embrace your webpages with his graciousness!”。

扩展截图

screenshot
screenshot

下载Cageify扩展crx文件

下载Cageify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
官方URL https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
简介 Let the One True God embrace your webpages with his graciousness!
文件大小 92.63 KB
安装次数 1,015
当前版本 0.0.2
更新时间 2013-05-08
上架时间 2013-05-08
评分 4.65/5 共23次评分
开发者 OrfeasZ
付费类型 free
支持的语言 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"
    }
}