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ファイルをダウンロード
Saavn Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# 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 |
Eメール | [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" } } |