Playerline News
News reader companion for www.playerline.com
Playerline News क्या है?
Playerline News https://playerline.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "News reader companion for www.playerline.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Playerline News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Playerline is free and provides fantasy football news from the top websites into a single feed. Constantly updated player news from Rotoworld, ESPN, CBS Sports, Yahoo! and dozens more. Hundreds of thousands of fantasy sports fans use Playerline with Chrome, iPhone and Android. Discover the #1 Fantasy News Network today.
एक्सटेंशन की मूल जानकारी
नाम | Playerline News |
ID | hffcbaephgajgojjhbacakijafflhcka |
आधिकारिक URL | https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka |
विवरण | News reader companion for www.playerline.com |
फ़ाइल का आकार | 295 KB |
स्थापना संख्या | 488 |
वर्तमान संस्करण | 0.9.7.3 |
अंतिम अपडेट | 2017-02-20 |
प्रकाशन तिथि | 2017-02-20 |
रेटिंग | 5.00/5 कुल 11 रेटिंग्स |
डेवलपर | https://playerline.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.playerline.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.playerline.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "47", "name": "Playerline News", "description": "News reader companion for www.playerline.com", "version": "0.9.7.3", "icons": { "38": "images\/logo38.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_title": "Playerline", "default_icon": { "38": "images\/logo38b.png" } }, "background": { "scripts": [ "js\/tzdata-javascript.min.js", "globals.js", "background.js", "ga.js" ] }, "content_scripts": [ { "css": [ "common.css" ], "js": [ "js\/jquery.min.js", "sidebar.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "index.html" ], "permissions": [ "tabs", "activeTab", "storage" ] } |