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!!!”。
扩展截图
下载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 |
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" ] } |