100FM Radios Digital - Music, That’s All

Over 40 channels dedicated to the music styles you love: Workout, Love, 80’s, Retro, Latin, Chillout and many more!

Τι είναι το 100FM Radios Digital - Music, That’s All;

Το 100FM Radios Digital - Music, That’s All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://digital.100fm.co.il, και η κύρια λειτουργία του είναι "Over 40 channels dedicated to the music styles you love: Workout, Love, 80’s, Retro, Latin, Chillout and many more!".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 100FM Radios Digital - Music, That’s All

Λήψη αρχείων επέκτασης 100FM Radios Digital - Music, That’s All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Is music your life?
Yep, us too.
Say hello to the new non-stop music app from Radios 100FM.
Over 40 channels dedicated to the music styles you love.
Workout, Love, 80’s, Retro, Latin, Chillout and many more
24 hours of non-stop music with no breaks and no commercials


מוסיקה היא החיים שלכם? 
גם שלנו!
הכירו את האפליקציה של רדיוס 100FM
כל סגנונות המוסיקה שאתם אוהבים ב 40 ערוצים מובילים!
ספורט, אהבה, 80'S, רטרו, דאנס, לטיני ועוד ועוד...
24 שעות ביממה של מוסיקה שלא חוזרת על עצמה, ללא הפסקות וללא פרסומות!                    

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

Όνομα 100FM Radios Digital - Music, That’s All 100FM Radios Digital - Music, That’s All
ID ealihiicnhlmeapidiennmjgpoicjiad
Επίσημο URL https://chromewebstore.google.com/detail/100fm-radios-digital-musi/ealihiicnhlmeapidiennmjgpoicjiad
Περιγραφή Over 40 channels dedicated to the music styles you love: Workout, Love, 80’s, Retro, Latin, Chillout and many more!
Μέγεθος Αρχείου 1.24 MB
Αριθμός Εγκαταστάσεων 3,016
Τρέχουσα Έκδοση 1.70
Τελευταία Ενημέρωση 2019-02-25
Ημερομηνία Δημοσίευσης 2019-02-25
Αξιολόγηση 4.97/5 Συνολικά 196 Αξιολογήσεις
Προγραμματιστής https://digital.100fm.co.il
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://digital.100fm.co.il/
URL της Σελίδας Πολιτικής Απορρήτου http://digital.100fm.co.il/app/policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "100FM Radios Digital - Music, That\u2019s All",
    "short_name": "100FM",
    "version": "1.70",
    "author": "Nir Elbaz",
    "description": "Over 40 channels dedicated to the music styles you love: Workout, Love, 80\u2019s, Retro, Latin, Chillout and many more!",
    "icons": {
        "32": "images\/logo-32.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png",
        "256": "images\/logo-256.png",
        "512": "images\/logo-512.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-256.png",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/digital.100fm.co.il\/*"
        ]
    },
    "commands": {
        "now-playing": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "Show what is currently playing",
            "global": true
        },
        "play": {
            "description": "Resume playing current channel",
            "global": true
        },
        "pause": {
            "description": "Pause current channel",
            "global": true
        },
        "volume-up": {
            "description": "Turn the volume up",
            "global": true
        },
        "volume-down": {
            "description": "Turn the volume down",
            "global": true
        },
        "mute": {
            "description": "Mute volume",
            "global": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "commands",
        "notifications",
        "http:\/\/digital.100fm.co.il\/",
        "http:\/\/alt.100fm.co.il:8080\/",
        "http:\/\/alt.100fm.co.il\/",
        "http:\/\/www.fmplayer.co.il\/",
        "http:\/\/100fm.xml.multix.co.il\/",
        "https:\/\/itunes.apple.com\/",
        "http:\/\/35.199.178.151\/",
        "*:\/\/*.mzstatic.com\/"
    ]
}