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"
            ]
        }
    ]
}