Music Preview
Fix Apple Music preview.
Hvad er Music Preview?
Music Preview er en Chrome-udvidelse udviklet af danielsarsi, og dens hovedfunktion er "Fix Apple Music preview.".
Udvidelsesskærmbilleder
Download Music Preview-udvidelses-CRX-fil
Download Music Preview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | koldlpnelihklakdlllpfimlodeaanda |
Officiel URL | https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda |
Beskrivelse | Fix Apple Music preview. |
Filstørrelse | 26.2 KB |
Antal Installationer | 298 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2015-12-29 |
Udgivelsesdato | 2015-12-29 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | danielsarsi |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |