Reddit Music Player
Music Player For Reddit.
Cos'è Reddit Music Player?
Reddit Music Player è un'estensione di Chrome sviluppata da bodyflex, e la sua funzione principale è "Music Player For Reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Music Player
Scarica i file di estensione Reddit Music Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Reddit Music Player helps you play the sound of each YouTube and SoundCloud link on any page on reddit. No more opening each link separately, everything can be played in the page using a universal interface. The extension is activated by pressing P on your keyboard. Keyboard shortcuts: - P: activate the music player - Arrow down: play next sound - Arrow up: play previous sound - Arrow right: seek forwards in currently playing sound - Arrow left: seek backwards in currently playing sound - S: save currently playing sound to your reddit account - U: upvote currently playing sound - D: downvote currently playing sound
Informazioni di Base sull'Estensione
Nome | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
URL Ufficiale | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
Descrizione | Music Player For Reddit. |
Dimensione del File | 20.42 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | bodyflex |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Music Player", "description": "Music Player For Reddit.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0.5", "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "dist\/build.js" ] } |