EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
EasyHitsFM란 무엇입니까?
EasyHitsFM은(는) http://easyhitsfm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!"입니다.
확장 프로그램 스크린샷
EasyHitsFM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Listen to Easy Listening music on EasyHitsFM. Discover new music you'll love, listen to free personalized Top Stations radio. ... Today's Country. 62M Listeners. Today's R&B and Hip Hop Hits. 46M Listeners. 60s, 70s, and 80s Hits. 21M Listeners. Today's Hip Hop and Pop Hits. 66M Listeners. Classic Rock. 30M Listeners. 90s ...
확장 프로그램 기본 정보
이름 | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
공식 URL | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
설명 | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
파일 크기 | 5.99 KB |
설치 횟수 | 21 |
현재 버전 | 2.1 |
최근 업데이트 | 2018-04-11 |
출시 날짜 | 2018-04-11 |
개발자 | http://easyhitsfm.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://rockmixfm.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyHitsFM", "version": "2.1", "manifest_version": 2, "description": "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!", "homepage_url": "http:\/\/EasyHitsFM.com", "browser_action": { "default_icon": "icon.png", "default_title": "EasyHitsFM - Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |