Saavn Notifications
Notifications! See what's playing without the struggle of opening the tab.
Τι είναι το Saavn Notifications;
Το Saavn Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Campus Folder, και η κύρια λειτουργία του είναι "Notifications! See what's playing without the struggle of opening the tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Saavn Notifications
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } } |