Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Τι είναι το Youtube Radio;
Το Youtube Radio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Ravina, και η κύρια λειτουργία του είναι "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Radio
Λήψη αρχείων επέκτασης Youtube Radio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever wanted to "listen only" to a youtube video/playlist? There are so many great tracks out there where the visuals and the comments are simply one big distraction. Instead of scrolling down the page or minimizing the window at your workplace, you can enjoy good music with no interruptions all day long!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Περιγραφή | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Μέγεθος Αρχείου | 57.02 KB |
Αριθμός Εγκαταστάσεων | 349 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2015-10-27 |
Ημερομηνία Δημοσίευσης | 2015-10-26 |
Αξιολόγηση | 3.89/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Daniel Ravina |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "version": "0.0.1", "description": "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Daniel Ravina", "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "fonts\/*" ] } |