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 |
官方網址 | 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" ] } |