Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Yahoo Fantasy Football Redirect là gì?
Yahoo Fantasy Football Redirect là một tiện ích mở rộng Chrome được phát triển bởi demeke2, và tính năng chính của nó là "Always redirects Yahoo to Yahoo Fantasy Sports.".
Tải xuống tệp CRX của tiện ích mở rộng Yahoo Fantasy Football Redirect
Tải xuống các tệp mở rộng Yahoo Fantasy Football Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mlffpjclfiohddfpihacphekonbdfkpp |
URL Chính Thức | https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp |
Mô tả | Always redirects Yahoo to Yahoo Fantasy Sports. |
Kích Thước Tệp | 20.19 KB |
Số Lần Cài Đặt | 349 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-08-29 |
Ngày Phát Hành | 2017-08-29 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | demeke2 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |