Music Preview
Fix Apple Music preview.
Wat is Music Preview?
Music Preview is een Chrome-extensie ontwikkeld door danielsarsi, en de belangrijkste functie is "Fix Apple Music preview.".
Extensie Screenshots
Download het CRX-bestand van de extensie Music Preview
Download Music Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension intercept iTunes/Apple Music links and show a custom, direct, fast and bugless preview of the content. I hate iTunes Preview. CHANGES IN 1.2.0 • Option to open links automatically; • It is possible to open solely the album now.
Basisinformatie over de Extensie
Naam | |
ID | koldlpnelihklakdlllpfimlodeaanda |
Officiële URL | https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda |
Beschrijving | Fix Apple Music preview. |
Bestandsgrootte | 26.2 KB |
Aantal Installaties | 298 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2015-12-29 |
Publicatiedatum | 2015-12-29 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | danielsarsi |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Preview", "description": "Fix Apple Music preview.", "icons": { "48": "icon48.png", "96": "icon96.png", "144": "icon144.png" }, "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/itunes.apple.com\/*", "webRequest", "webRequestBlocking", "background", "storage" ], "web_accessible_resources": [ "data\/*" ], "options_ui": { "page": "options\/index.html", "chrome_style": true } } |