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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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