Yahoo Fantasy Football Redirect
Always redirects Yahoo to Yahoo Fantasy Sports.
Yahoo Fantasy Football Redirect란 무엇입니까?
Yahoo Fantasy Football Redirect은(는) demeke2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always redirects Yahoo to Yahoo Fantasy Sports."입니다.
Yahoo Fantasy Football Redirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |