Spring Fest
Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Co je Spring Fest?
Spring Fest je rozšíření Chrome vyvinuté https://springfest.in, a jeho hlavní funkcí je „Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Spring Fest
Stáhněte si soubory rozšíření Spring Fest ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Spring Fest |
ID | ehdplhcjeogffcpccbhhgfpffmopmabi |
Oficiální URL | https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi |
Popis | Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!! |
Velikost souboru | 212 KB |
Počet instalací | 21 |
Aktuální Verze | 2.2.2 |
Poslední Aktualizace | 2016-01-27 |
Datum Vydání | 2016-01-27 |
Hodnocení | 4.94/5 Celkem 18 Hodnocení |
Vývojář | https://springfest.in |
Typ Platby | free |
Webové stránky Rozšíření | http://www.springfest.in/ |
Podporované Jazyky | 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" ] } |