Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Hvad er Yahoo Fantasy Football Redirect?
Yahoo Fantasy Football Redirect er en Chrome-udvidelse udviklet af demeke2, og dens hovedfunktion er "Always redirects Yahoo to Yahoo Fantasy Sports.".
Download Yahoo Fantasy Football Redirect-udvidelses-CRX-fil
Download Yahoo Fantasy Football Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mlffpjclfiohddfpihacphekonbdfkpp |
Officiel URL | https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp |
Beskrivelse | Always redirects Yahoo to Yahoo Fantasy Sports. |
Filstørrelse | 20.19 KB |
Antal Installationer | 349 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-08-29 |
Udgivelsesdato | 2017-08-29 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | demeke2 |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |