Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
Saavn Notifications란 무엇입니까?
Saavn Notifications은(는) Campus Folder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifications! See what's playing without the struggle of opening the tab."입니다.
확장 프로그램 스크린샷
Saavn Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# Fixed a notification bug Don't waste time opening the Saavn tab to see which song is being played. This extension displays a notification of the current song being played. This app doesn't collect any data.
확장 프로그램 기본 정보
이름 | |
ID | ebkmpooehgcmpkbjgappmodejcjdfnlp |
공식 URL | https://chrome.google.com/webstore/detail/saavn-notifications/ebkmpooehgcmpkbjgappmodejcjdfnlp |
설명 | Notifications! See what's playing without the struggle of opening the tab. |
파일 크기 | 29.27 KB |
설치 횟수 | 159 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-08-20 |
출시 날짜 | 2016-08-20 |
평점 | 4.23/5 총 13 개의 평점 |
개발자 | Campus Folder |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saavn Notifications", "description": "Notifications! See what's playing without the struggle of opening the tab.", "manifest_version": 2, "version": "1.0.2", "permissions": [ "notifications", "activeTab", "tabs", "http:\/\/www.saavn.com\/*", "https:\/\/www.saavn.com\/*" ], "content_scripts": [ { "js": [ "saavn.min.js" ], "matches": [ "http:\/\/www.saavn.com\/*", "https:\/\/www.saavn.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Saavn Notifications" } } |