Spring Fest

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

Spring Fest là gì?

Spring Fest là một tiện ích mở rộng Chrome được phát triển bởi https://springfest.in, và tính năng chính của nó là "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spring Fest

Tải xuống các tệp mở rộng Spring Fest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spring Fest Spring Fest
ID ehdplhcjeogffcpccbhhgfpffmopmabi
URL Chính Thức https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi
Mô tả Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2016-01-27
Ngày Phát Hành 2016-01-27
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://springfest.in
Loại Thanh Toán free
Trang Web Mở Rộng http://www.springfest.in/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}