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
官方網址 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"
    }
}