Spring Fest
Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
ما هو Spring Fest؟
Spring Fest هو إضافة Chrome تم تطويرها بواسطة https://springfest.in، والميزة الرئيسية لها هي "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spring Fest
قم بتنزيل ملفات الامتداد Spring Fest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |