Yahoo Fantasy Football Redirect

Always redirects Yahoo to Yahoo Fantasy Sports.

Qu'est-ce que Yahoo Fantasy Football Redirect ?

Yahoo Fantasy Football Redirect est une extension Chrome développée par demeke2, et sa fonction principale est "Always redirects Yahoo to Yahoo Fantasy Sports.".

Télécharger le fichier CRX de l'extension Yahoo Fantasy Football Redirect

Téléchargez les fichiers d'extension Yahoo Fantasy Football Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Yahoo Fantasy Football Redirect Yahoo Fantasy Football Redirect
ID mlffpjclfiohddfpihacphekonbdfkpp
URL Officiel https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp
Description Always redirects Yahoo to Yahoo Fantasy Sports.
Taille du Fichier 20.19 KB
Nombre d'Installations 349
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-29
Date de Publication 2017-08-29
Évaluation 5.00/5 Total 6 Évaluations
Développeur demeke2
Type de Paiement free
Langues Prises en Charge 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"
    }
}