Football News Reader

A simple extension for reading latest Football news quicker, easier

What is Football News Reader?

Football News Reader is a Chrome extension developed by https://devnhanguoita.com, and its main feature is "A simple extension for reading latest Football news quicker, easier".

Extension Screenshots

screenshot
screenshot
screenshot

Download Football News Reader Extension CRX File

Download Football News Reader 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

                        Read new football news quickly with this simple extension.
Currently there are latest news from Four Four Two, The Sport Bible, Fox Sports and ESPN.
News powered by NewsAPI.                    

Extension Basic Information

Name Football News Reader Football News Reader
ID dojfchbejdepapgopodpalakingoallm
Official URL https://chromewebstore.google.com/detail/football-news-reader/dojfchbejdepapgopodpalakingoallm
Description A simple extension for reading latest Football news quicker, easier
File Size 7.44 KB
Installation Count 78
Current Version 1.1.4
Last Updated 2017-11-25
Publish Date 2017-11-24
Rating 5.00/5 Total 1 Ratings
Developer https://devnhanguoita.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Football News Reader",
    "description": "A simple extension for reading latest Football news quicker, easier",
    "version": "1.1.4",
    "icons": {
        "16": "ball.png",
        "48": "ball.png",
        "128": "ball.png"
    },
    "browser_action": {
        "default_icon": "ball.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/newsapi.org\/"
    ]
}