Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Apa itu Yahoo Fantasy Football Redirect?
Yahoo Fantasy Football Redirect adalah ekstensi Chrome yang dikembangkan oleh demeke2, dan fitur utamanya adalah "Always redirects Yahoo to Yahoo Fantasy Sports.".
Unduh Berkas CRX Ekstensi Yahoo Fantasy Football Redirect
Unduh file ekstensi Yahoo Fantasy Football Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mlffpjclfiohddfpihacphekonbdfkpp |
URL Resmi | https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp |
Deskripsi | Always redirects Yahoo to Yahoo Fantasy Sports. |
Ukuran File | 20.19 KB |
Jumlah Instalasi | 349 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-08-29 |
Tanggal Publikasi | 2017-08-29 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | demeke2 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |