Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Was ist Yahoo Fantasy Football Redirect?
Yahoo Fantasy Football Redirect ist eine Chrome-Erweiterung, die von demeke2 entwickelt wurde, und ihr Hauptmerkmal ist "Always redirects Yahoo to Yahoo Fantasy Sports.".
Yahoo Fantasy Football Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yahoo Fantasy Football Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mlffpjclfiohddfpihacphekonbdfkpp |
Offizielle URL | https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp |
Beschreibung | Always redirects Yahoo to Yahoo Fantasy Sports. |
Dateigröße | 20.19 KB |
Installationsanzahl | 349 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-08-29 |
Veröffentlichungsdatum | 2017-08-29 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | demeke2 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |