Spring Fest

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

Что такое Spring Fest?

Spring Fest - это расширение Chrome, разработанное https://springfest.in, и его основная функция - "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Spring Fest

Скачайте файлы расширений Spring Fest в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Spring Fest Spring Fest
ID ehdplhcjeogffcpccbhhgfpffmopmabi
Официальный URL https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi
Описание Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Размер файла 212 KB
Количество установок 21
Текущая Версия 2.2.2
Последнее Обновление 2016-01-27
Дата публикации 2016-01-27
Рейтинг 4.94/5 Всего 18 оценок
Разработчик https://springfest.in
Тип оплаты free
Официальный сайт расширения http://www.springfest.in/
Поддерживаемые языки 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"
    ]
}