Keep Believing In Santa

Keep Believing in Santa by HideMyAss.com

Cos'è Keep Believing In Santa?

Keep Believing In Santa è un'estensione di Chrome sviluppata da HideMyAss.com, e la sua funzione principale è "Keep Believing in Santa by HideMyAss.com".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Keep Believing In Santa

Scarica i file di estensione Keep Believing In Santa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keep Believing In Santa Keep Believing In Santa
ID dlhkkagpafigjjiecloeeeefghcmdddk
URL Ufficiale https://chromewebstore.google.com/detail/keep-believing-in-santa/dlhkkagpafigjjiecloeeeefghcmdddk
Descrizione Keep Believing in Santa by HideMyAss.com
Dimensione del File 1.32 MB
Conteggio Installazioni 83
Versione Corrente 1.14
Ultimo Aggiornamento 2015-11-30
Data di Pubblicazione 2015-11-30
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore HideMyAss.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.hidemyass.com/keep-believing-in-santa
Lingue Supportate 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"
}