Spring Fest

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

What is Spring Fest?

Spring Fest is a Chrome extension developed by https://springfest.in, and its main feature is "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".

Extension Screenshots

screenshot

Download Spring Fest Extension CRX File

Download Spring Fest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spring Fest Spring Fest
ID ehdplhcjeogffcpccbhhgfpffmopmabi
Official URL https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi
Description Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
File Size 212 KB
Installation Count 21
Current Version 2.2.2
Last Updated 2016-01-27
Publish Date 2016-01-27
Rating 4.94/5 Total 18 Ratings
Developer https://springfest.in
Payment Type free
Extension Website http://www.springfest.in/
Supported Languages 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"
    ]
}