Keep Believing In Santa

Keep Believing in Santa by HideMyAss.com

Keep Believing In Santaとは何ですか?

Keep Believing In SantaはHideMyAss.comによって開発されたChromeの拡張機能で、その主な機能は「Keep Believing in Santa by HideMyAss.com」です。

拡張機能のスクリーンショット

Keep Believing In Santa拡張機能のCRXファイルをダウンロード

Keep Believing In Santa拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Because HideMyAss.com loves the internet, and wants it to be a fun and safe place for all the family, we have launched a campaign called ‘Keep Believing In Santa’. At the heart of this campaign is a free browser plug-in for parents that will help protect their children from seeing untruths about Santa on the internet by covering such content with jolly images of the merry man himself in his workshop.

Download it for free today.                    

拡張機能の基本情報

名前 Keep Believing In Santa Keep Believing In Santa
ID dlhkkagpafigjjiecloeeeefghcmdddk
公式URL https://chromewebstore.google.com/detail/keep-believing-in-santa/dlhkkagpafigjjiecloeeeefghcmdddk
説明 Keep Believing in Santa by HideMyAss.com
ファイルサイズ 1.32 MB
インストール数 83
現在のバージョン 1.14
最終更新日 2015-11-30
公開日 2015-11-30
評価 4.43/5 合計 7 レビュー
開発者 HideMyAss.com
支払い方法 free
拡張機能のウェブサイト https://www.hidemyass.com/keep-believing-in-santa
対応言語 de,en,fr,no,da,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.14",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "settings_poppup.html",
        "default_title": "Keep Believing in Santa"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/cover.css"
            ],
            "js": [
                "js\/libs\/jquery\/jquery-2.1.4.js",
                "js\/libs\/jquery\/jquery.textchildren.js",
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "author": "HideMyAss.com"
}