Spring Fest

Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!

¿Qué es Spring Fest?

Spring Fest es una extensión de Chrome desarrollada por https://springfest.in, y su función principal es "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Spring Fest

Descarga archivos de extensión Spring Fest en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The 57th edition of one of the largest social and cultural festival of India presents Spring Fest chrome extension. Amidst all the fun and frolics stay connected to Spring Fest 2016 directly through your favorite browser and never miss any news. 

Stay Tuned!!!

Turn off notification when not needed.                    

Información Básica de la Extensión

Nombre Spring Fest Spring Fest
ID ehdplhcjeogffcpccbhhgfpffmopmabi
URL Oficial https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi
Descripción Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Tamaño del Archivo 212 KB
Cantidad de Instalaciones 21
Versión Actual 2.2.2
Última Actualización 2016-01-27
Fecha de Publicación 2016-01-27
Calificación 4.94/5 Total de 18 Calificaciones
Desarrollador https://springfest.in
Tipo de Pago free
Sitio Web de la Extensión http://www.springfest.in/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Spring Fest",
    "description": "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!",
    "version": "2.2.2",
    "browser_action": {
        "default_icon": "img\/logo48.png",
        "default_popup": "popup.html",
        "default_title": "Spring Fest 2016"
    },
    "icons": {
        "48": "img\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.10.2.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/springfest.in\/chrome_extension_backendfiles_sadasdasasdjahsd\/",
        "activeTab",
        "history",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.youtube.com\/user\/SpringFestForever\/videos",
        "tabs",
        "notifications",
        "storage"
    ]
}