Spring Fest

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

Spring Festとは何ですか?

Spring Festはhttps://springfest.inによって開発されたChromeの拡張機能で、その主な機能は「Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!」です。

拡張機能のスクリーンショット

screenshot

Spring Fest拡張機能のCRXファイルをダウンロード

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"
    ]
}