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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |