Royal Baby Catifier

Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat

什么是Royal Baby Catifier?

Royal Baby Catifier是由jordanrs2k1开发的Chrome扩展程序,该扩展的主要功能是“Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat”。

扩展截图

screenshot

下载Royal Baby Catifier扩展crx文件

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

扩展使用说明

                        Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat                    

扩展基本信息

名称 Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
官方URL https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
简介 Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
文件大小 97.23 KB
安装次数 10
当前版本 0.1
更新时间 2013-07-22
上架时间 2013-07-22
评分 4.00/5 共1次评分
开发者 jordanrs2k1
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Baby Catifier",
    "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat",
    "version": "0.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/caticon16.png",
        "48": "icons\/caticon48.png",
        "128": "icons\/caticon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/royalBabdyCatifier.js"
            ]
        }
    ]
}