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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |