PoziTone module for SoundCloud Widget

New features of SoundCloud Widget: track info notifications, easy player control, listened-to tracks list.

Τι είναι το PoziTone module for SoundCloud Widget;

Το PoziTone module for SoundCloud Widget είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pozitone.com, και η κύρια λειτουργία του είναι "New features of SoundCloud Widget: track info notifications, easy player control, listened-to tracks list.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης PoziTone module for SoundCloud Widget

Λήψη αρχείων επέκτασης PoziTone module for SoundCloud Widget σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        – Control SoundCloud Widget embedded on any website using keyboard shortcuts, popup notifications, or your voice!
– Keep list of recently played tracks.
– Get notified when track changes.

.   .   .

Requires installation of PoziTone – https://chrome.google.com/webstore/detail/pozitone/bdglbogiolkffcmojmmkipgnpkfipijm

.   .   .

Important:

This module is meant for SoundCloud Widget only, it doesn't work on soundcloud.com itself (for soundcloud.com, use PoziTone itself).

.   .   .

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-module-for-SoundCloud-Widget

. . . . . . .

SoundCloud® trademark is the property of SoundCloud Limited; all rights reserved. Not sponsored, endorsed, or administered by, or associated with SoundCloud Limited.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PoziTone module for SoundCloud Widget PoziTone module for SoundCloud Widget
ID iijloaojdghegopdahladbajodcgnmgh
Επίσημο URL https://chromewebstore.google.com/detail/pozitone-module-for-sound/iijloaojdghegopdahladbajodcgnmgh
Περιγραφή New features of SoundCloud Widget: track info notifications, easy player control, listened-to tracks list.
Μέγεθος Αρχείου 47.75 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 0.4.1
Τελευταία Ενημέρωση 2020-02-12
Ημερομηνία Δημοσίευσης 2020-02-09
Προγραμματιστής https://pozitone.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/PoziWorld/SoundCloud-Widget-external-PoziTone-module
Διεύθυνση URL της Σελίδας Βοήθειας https://feedback.pozitone.com
URL της Σελίδας Πολιτικής Απορρήτου https://pozi.world/privacy
Υποστηριζόμενες Γλώσσες en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en_US",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.4.1.1",
    "version_name": "0.4.1",
    "short_name": "PTM soundcloud.com",
    "author": "PoziWorld",
    "homepage_url": "https:\/\/pozitone.com\/",
    "icons": {
        "16": "modules\/com_soundcloud\/img\/pozitone-module-for-soundcloud-widget-icon-16.png",
        "48": "modules\/com_soundcloud\/img\/pozitone-module-for-soundcloud-widget-icon-48.png",
        "128": "modules\/com_soundcloud\/img\/pozitone-module-for-soundcloud-widget-icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "global\/js\/polyfill-Object.assign.js",
                "global\/js\/polyfill-Array.prototype.includes.js",
                "global\/js\/polyfill-Array.from.js",
                "modules\/com_soundcloud\/js\/api.js",
                "global\/js\/bowser.js",
                "global\/js\/const.js",
                "global\/js\/utils.js",
                "global\/js\/pozitone-module-sdk.js",
                "modules\/com_soundcloud\/js\/page-watcher.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "global\/js\/bowser.js",
            "global\/js\/const.js",
            "global\/js\/utils.js",
            "global\/js\/background.js",
            "global\/js\/pozitone-module-sdk.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ]
}