Spring Fest
Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Qu'est-ce que Spring Fest ?
Spring Fest est une extension Chrome développée par https://springfest.in, et sa fonction principale est "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spring Fest
Téléchargez les fichiers d'extension Spring Fest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Spring Fest |
ID | ehdplhcjeogffcpccbhhgfpffmopmabi |
URL Officiel | https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi |
Description | Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!! |
Taille du Fichier | 212 KB |
Nombre d'Installations | 21 |
Version Actuelle | 2.2.2 |
Dernière Mise à Jour | 2016-01-27 |
Date de Publication | 2016-01-27 |
Évaluation | 4.94/5 Total 18 Évaluations |
Développeur | https://springfest.in |
Type de Paiement | free |
Site Web de l'Extension | http://www.springfest.in/ |
Langues Prises en Charge | 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" ] } |