Barcelona City FM 107.3
Listen to Barcelona City FM 107.3 from your browser as you go about your day.
Barcelona City FM 107.3란 무엇입니까?
Barcelona City FM 107.3은(는) Christopher Drifter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to Barcelona City FM 107.3 from your browser as you go about your day."입니다.
확장 프로그램 스크린샷
Barcelona City FM 107.3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Live from the Barcelona airwaves directly to your browser -- listen to Barcelona City FM 107.3, an exquisite English-language radio station, as you go about your day. This extension automatically mutes the radio when other tabs are noisy, making for a seamless experience when listening while browsing the internet. For programming information, visit http://www.barcelonacityfm.com/
확장 프로그램 기본 정보
이름 | Barcelona City FM 107.3 |
ID | kakfceeghagkhbjccpcaeikaiflhlgpc |
공식 URL | https://chromewebstore.google.com/detail/barcelona-city-fm-1073/kakfceeghagkhbjccpcaeikaiflhlgpc |
설명 | Listen to Barcelona City FM 107.3 from your browser as you go about your day. |
파일 크기 | 5.22 MB |
설치 횟수 | 20 |
현재 버전 | basic |
최근 업데이트 | 2016-10-28 |
출시 날짜 | 2016-10-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Christopher Drifter |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barcelona City FM 107.3", "short_name": "BCN CITY FM 107.3", "version": "1.0.1", "version_name": "basic", "description": "Listen to Barcelona City FM 107.3 from your browser as you go about your day.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Barcelona City FM 107.3", "default_popup": "popup.html" }, "author": "Christopher Drifter (http:\/\/www.christopherdrifter.com)", "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.barcelonacityfm.com", "incognito": "spanning", "permissions": [ "storage" ], "web_accessible_resources": [] } |