Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
ما هو Football Highlights؟
Football Highlights هو إضافة Chrome تم تطويرها بواسطة http://www.sshd1.com، والميزة الرئيسية لها هي "Missed your favourite Soccer game? Now watch the highlights.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Football Highlights
قم بتنزيل ملفات الامتداد Football Highlights بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Missed your favourite Soccer game? Now watch the highlights.. Now you are able to watch all the goals across Europe and international leagues (UEFA Champions League, UEFA Europa League, England, Spain, Italy, France, Germany, USA, Russia, Turkey, Brazil, Argentina, Greece and more than 30 other countries). And with desktop notification.
معلومات أساسية عن التمديد
الاسم | |
ID | gdbmjmckkbjdbakfknedpgpjpcogfkpd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd |
الوصف | Missed your favourite Soccer game? Now watch the highlights. |
حجم الملف | 174 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1 |
آخر تحديث | 2013-01-07 |
تاريخ النشر | 2013-01-07 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | http://www.sshd1.com |
نوع الدفع | free |
موقع الإضافة | http://www.sshd1.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Football Highlights", "version": "1", "manifest_version": 2, "description": "Missed your favourite Soccer game? Now watch the highlights.", "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "options_page": "options.html", "background": { "scripts": [ "js\/lib.js", "js\/background.js" ] }, "permissions": [ "notifications", "http:\/\/www.sshd1.com.com\/news\/", "http:\/\/feeds.feedburner.com\/" ], "web_accessible_resources": [ "48.png" ] } |