Spring Fest
Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Cos'è Spring Fest?
Spring Fest è un'estensione di Chrome sviluppata da https://springfest.in, e la sua funzione principale è "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spring Fest
Scarica i file di estensione Spring Fest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Spring Fest |
ID | ehdplhcjeogffcpccbhhgfpffmopmabi |
URL Ufficiale | https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi |
Descrizione | Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!! |
Dimensione del File | 212 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2016-01-27 |
Data di Pubblicazione | 2016-01-27 |
Valutazione | 4.94/5 Totale 18 Valutazioni |
Sviluppatore | https://springfest.in |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.springfest.in/ |
Lingue Supportate | 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" ] } |