HoofSounds
Listen to pony radio stations 24/7!
HoofSounds란 무엇입니까?
HoofSounds은(는) https://hoofsounds.little.my에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to pony radio stations 24/7!"입니다.
확장 프로그램 스크린샷
HoofSounds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HoofSounds lets you listen to a diverse collection of 24/7 pony/brony internet radio, watch brony video streaming and connect them to brony chat. The majority of the radio stations and video streams are provided by various stations in the Ponyville Live! network, while chat is provided by the Canternet IRC network. HoofSounds is available for Google Chrome, Firefox and Opera. Get the Firefox version at https://hoofsounds.little.my Features: - 14 radio stations (variety and genre-specific) - 8 video streams - 9 chat channels - Get the latest stream info, updated every 20 seconds - Get notifications when the song changes - Share songs to Facebook and Twitter View the HoofSounds changelog to see what’s new: https://hoofsounds.little.my/changelog https://hoofsounds.little.my https://www.facebook.com/HoofSounds https://twitter.com/HoofSounds
확장 프로그램 기본 정보
이름 | HoofSounds |
ID | pakhjhphleppgakhlffhlfhbekfnobbk |
공식 URL | https://chromewebstore.google.com/detail/hoofsounds/pakhjhphleppgakhlffhlfhbekfnobbk |
설명 | Listen to pony radio stations 24/7! |
파일 크기 | 338 KB |
설치 횟수 | 5,007 |
현재 버전 | 1.641 |
최근 업데이트 | 2019-04-05 |
출시 날짜 | 2019-04-04 |
평점 | 4.82/5 총 375 개의 평점 |
개발자 | https://hoofsounds.little.my |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://hoofsounds.little.my |
도움말 페이지 URL | https://hoofsounds.little.my/faq.htm |
개인정보 보호 정책 페이지 URL | https://ponyhoof.little.my/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HoofSounds", "description": "Listen to pony radio stations 24\/7!", "version": "1.641", "homepage_url": "https:\/\/hoofsounds.little.my", "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "minimum_chrome_version": "49.0.0.0", "permissions": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*", "storage", "unlimitedStorage", "notifications", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "include_globs": [ "https:\/\/hoofsounds.little.my\/*" ], "js": [ "content.js" ], "matches": [ "https:\/\/hoofsounds.little.my\/*" ], "run_at": "document_start", "all_frames": true }, { "include_globs": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*" ], "js": [ "content.js" ], "matches": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*" ], "run_at": "document_start" } ], "optional_permissions": [ "background" ], "browser_action": { "default_icon": { "38": "icon38.png" }, "default_title": "HoofSounds", "default_popup": "popup.htm" }, "commands": { "hoofsounds_stopRadio": { "description": "Stop radio" }, "hoofsounds_copyTrackInfo": { "description": "Copy song info" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |