Keep Believing In Santa

Keep Believing in Santa by HideMyAss.com

Keep Believing In Santa क्या है?

Keep Believing In Santa HideMyAss.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep Believing in Santa by HideMyAss.com"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keep Believing In Santa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}