Playerline News
News reader companion for www.playerline.com
What is Playerline News?
Playerline News is a Chrome extension developed by https://playerline.com, and its main feature is "News reader companion for www.playerline.com".
Extension Screenshots
Download Playerline News Extension CRX File
Download Playerline News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Playerline News |
ID | hffcbaephgajgojjhbacakijafflhcka |
Official URL | https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka |
Description | News reader companion for www.playerline.com |
File Size | 295 KB |
Installation Count | 488 |
Current Version | 0.9.7.3 |
Last Updated | 2017-02-20 |
Publish Date | 2017-02-20 |
Rating | 5.00/5 Total 11 Ratings |
Developer | https://playerline.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.playerline.com/ |
Privacy Policy Page URL | https://www.playerline.com/privacy |
Supported Languages | 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" ] } |