Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Yahoo Fantasy Football Redirectคืออะไร?
Yahoo Fantasy Football Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย demeke2 และคุณลักษณะหลักของมันคือ "Always redirects Yahoo to Yahoo Fantasy Sports."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yahoo Fantasy Football Redirect
ดาวน์โหลดไฟล์ส่วนขยาย Yahoo Fantasy Football Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlffpjclfiohddfpihacphekonbdfkpp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yahoo-fantasy-football-re/mlffpjclfiohddfpihacphekonbdfkpp |
คำอธิบาย | Always redirects Yahoo to Yahoo Fantasy Sports. |
ขนาดไฟล์ | 20.19 KB |
จำนวนการติดตั้ง | 349 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-08-29 |
วันที่เผยแพร่ | 2017-08-29 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | demeke2 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |