Keep Believing In Santa

Keep Believing in Santa by HideMyAss.com

Keep Believing In Santa là gì?

Keep Believing In Santa là một tiện ích mở rộng Chrome được phát triển bởi HideMyAss.com, và tính năng chính của nó là "Keep Believing in Santa by HideMyAss.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Keep Believing In Santa

Tải xuống các tệp mở rộng Keep Believing In Santa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keep Believing In Santa Keep Believing In Santa
ID dlhkkagpafigjjiecloeeeefghcmdddk
URL Chính Thức https://chromewebstore.google.com/detail/keep-believing-in-santa/dlhkkagpafigjjiecloeeeefghcmdddk
Mô tả Keep Believing in Santa by HideMyAss.com
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.14
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển HideMyAss.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.hidemyass.com/keep-believing-in-santa
Ngôn Ngữ Được Hỗ Trợ 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"
}