Play Bollywood
Plays some awesome bollywood music.
Play Bollywood란 무엇입니까?
Play Bollywood은(는) Rohit Gandhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays some awesome bollywood music."입니다.
확장 프로그램 스크린샷
Play Bollywood 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Plays a random Bollywood song every time you click on it. It's a great way to discover trending Bollywood music. You can either click on extension icon on top right corner of chrome or hit CTRL+SHIFT+A in order to open a new song tab. It always opens a new song in a new tab.
확장 프로그램 기본 정보
이름 | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
공식 URL | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
설명 | Plays some awesome bollywood music. |
파일 크기 | 93.76 KB |
설치 횟수 | 68 |
현재 버전 | 0.5 |
최근 업데이트 | 2015-01-21 |
출시 날짜 | 2015-01-21 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | Rohit Gandhi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Play Bollywood", "description": "Plays some awesome bollywood music.", "short_name": "Play Bollywood", "version": "0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "storage", "notifications", "contextMenus", "cookies" ], "background": { "scripts": [ "third-party\/jquery.js", "config.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "play_random_song": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Play Random Song" } }, "browser_action": { "default_title": "Play Bollywood!", "default_icon": "icon_128.png" } } |