Yahoo Fantasy Football Redirect

Always redirects Yahoo to Yahoo Fantasy Sports.

What is Yahoo Fantasy Football Redirect?

Yahoo Fantasy Football Redirect is a Chrome extension developed by demeke2, and its main feature is "Always redirects Yahoo to Yahoo Fantasy Sports.".

Download Yahoo Fantasy Football Redirect Extension CRX File

Download Yahoo Fantasy Football Redirect 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

                        Makes sure you never end up on Yahoo's homepage when you really just want to go to your fantasy football page. Which is 100% of the time.

Just install and from now on any Yahoo links will automatically


Icon made by [freepik] from flaticon.com
 
Code can be found at: https://github.com/cdemeke/Yahoo-Fantasy-Football-Redirect-Chrome-Extension                    

Extension Basic Information

Name Yahoo Fantasy Football Redirect Yahoo Fantasy Football Redirect
ID mlffpjclfiohddfpihacphekonbdfkpp
Official URL https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp
Description Always redirects Yahoo to Yahoo Fantasy Sports.
File Size 20.19 KB
Installation Count 349
Current Version 1.0
Last Updated 2017-08-29
Publish Date 2017-08-29
Rating 5.00/5 Total 6 Ratings
Developer demeke2
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo Fantasy Football Redirect",
    "description": "Always redirects Yahoo to Yahoo Fantasy Sports.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/yahoo.com\/*",
        "*:\/\/www.yahoo.com\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}