Yahoo Fantasy Football Redirect

Always redirects Yahoo to Yahoo Fantasy Sports.

什么是Yahoo Fantasy Football Redirect?

Yahoo Fantasy Football Redirect是由demeke2开发的Chrome扩展程序,该扩展的主要功能是“Always redirects Yahoo to Yahoo Fantasy Sports.”。

下载Yahoo Fantasy Football Redirect扩展crx文件

下载Yahoo Fantasy Football Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Yahoo Fantasy Football Redirect Yahoo Fantasy Football Redirect
ID mlffpjclfiohddfpihacphekonbdfkpp
官方URL https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp
简介 Always redirects Yahoo to Yahoo Fantasy Sports.
文件大小 20.19 KB
安装次数 349
当前版本 1.0
更新时间 2017-08-29
上架时间 2017-08-29
评分 5.00/5 共6次评分
开发者 demeke2
付费类型 free
支持的语言 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"
    }
}