Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
Football Highlights क्या है?
Football Highlights http://www.sshd1.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Missed your favourite Soccer game? Now watch the highlights."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Football Highlights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |