Yahoo Fantasy Football Redirect

Always redirects Yahoo to Yahoo Fantasy Sports.

Что такое Yahoo Fantasy Football Redirect?

Yahoo Fantasy Football Redirect - это расширение Chrome, разработанное demeke2, и его основная функция - "Always redirects Yahoo to Yahoo Fantasy Sports.".

Скачать файл CRX расширения Yahoo Fantasy Football Redirect

Скачайте файлы расширений 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"
    }
}