PoziTone
Adds new features to favorite players: track info notifications, controls outside of browser window, and list of recently played.
Τι είναι το PoziTone;
Το PoziTone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pozitone.com, και η κύρια λειτουργία του είναι "Adds new features to favorite players: track info notifications, controls outside of browser window, and list of recently played.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PoziTone
Λήψη αρχείων επέκτασης PoziTone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Features: – Voice control – Keyboard shortcuts for playback control – Track change notifications – Recent tracks list – Find track online . . . Privacy: This extension does not read, change, store, or transmit any of your personal data (e.g., logins, passwords, messages, contacts) from any of the sites or your computer in absolutely any form. Free open-source extension. Code available for your review at https://github.com/PoziWorld/PoziTone
Βασικές Πληροφορίες Επέκτασης
Όνομα | PoziTone |
ID | bdglbogiolkffcmojmmkipgnpkfipijm |
Επίσημο URL | https://chromewebstore.google.com/detail/pozitone/bdglbogiolkffcmojmmkipgnpkfipijm |
Περιγραφή | Adds new features to favorite players: track info notifications, controls outside of browser window, and list of recently played. |
Μέγεθος Αρχείου | 394 KB |
Αριθμός Εγκαταστάσεων | 287 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2020-02-19 |
Ημερομηνία Δημοσίευσης | 2020-02-17 |
Αξιολόγηση | 4.53/5 Συνολικά 32 Αξιολογήσεις |
Προγραμματιστής | https://pozitone.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pozitone.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://feedback.pozitone.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://pozi.world/privacy |
Υποστηριζόμενες Γλώσσες | en-US,es,it,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "41", "default_locale": "en_US", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "short_name": "PoziTone", "icons": { "16": "global\/img\/pozitone-icon-16.png", "48": "global\/img\/pozitone-icon-48.png", "128": "global\/img\/pozitone-icon-128.png" }, "permissions": [ "alarms", "contextMenus", "notifications", "storage", "unlimitedStorage" ], "optional_permissions": [ "*:\/\/*\/", "*:\/\/101.ru\/", "*:\/\/*.audioaddict.com\/", "*:\/\/*.classicalradio.com\/", "*:\/\/*.di.fm\/", "*:\/\/*.ggpht.com\/", "*:\/\/*.jazzradio.com\/", "*:\/\/*.odnoklassniki.ru\/", "*:\/\/*.ok.ru\/", "*:\/\/play.google.com\/music\/", "*:\/\/*.radiotunes.com\/", "*:\/\/*.rockradio.com\/", "*:\/\/*.soundcloud.com\/", "*:\/\/vgmradio.com\/", "*:\/\/*.vk.com\/", "*:\/\/*.vk.me\/", "clipboardWrite", "management", "nativeMessaging", "tabs" ], "background": { "scripts": [ "global\/js\/tracking.js", "global\/js\/bowser.js", "global\/js\/const.js", "global\/js\/pozitone-host-api.js", "global\/js\/log.js", "global\/js\/i18next\/i18next.min.js", "global\/js\/i18next\/i18nextBrowserLanguageDetector.min.js", "global\/js\/i18next\/i18nextXHRBackend.js", "global\/js\/i18n.js", "global\/js\/notifications.js", "global\/js\/utils.js", "global\/js\/global.js", "global\/js\/global-v2.js", "global\/js\/background.js", "global\/js\/background-v2.js", "global\/js\/punycode.min.js", "global\/js\/voice-control.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "global\/img\/pozitone-icon-19.png", "38": "global\/img\/pozitone-icon-38.png" }, "default_title": "__MSG_extensionName__", "default_popup": "browser-action\/index.html" }, "commands": { "add": { "suggested_key": { "default": "Alt+Shift+D" }, "description": "__MSG_optionsSettingsNotificationButtonsAdd__" }, "favorite": { "description": "__MSG_optionsSettingsNotificationButtonsFavorite__" }, "next": { "description": "__MSG_optionsSettingsNotificationButtonsNext__" }, "previous": { "description": "__MSG_optionsSettingsNotificationButtonsPrevious__" }, "playStop": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "__MSG_optionsSettingsNotificationButtonsPlayStop__" }, "muteUnmute": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "__MSG_optionsSettingsNotificationButtonsMuteUnmute__" }, "volumeUp": { "description": "__MSG_notificationButtonsVolumeUpTitle__" }, "volumeDown": { "description": "__MSG_notificationButtonsVolumeDownTitle__" }, "showNotification": { "suggested_key": { "default": "Alt+Shift+Q" }, "description": "__MSG_commandShowNotification__" } }, "web_accessible_resources": [ "*.png", "*.svg", "*.json" ], "version": "1.0.3", "author": "PoziWorld, Inc.", "homepage_url": "https:\/\/pozitone.com", "options_page": "options\/index.html" } |