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"
    }
}