Music Preview
Fix Apple Music preview.
Vad är Music Preview?
Music Preview är en Chrome-tillägg utvecklad av danielsarsi, och dess huvudfunktion är "Fix Apple Music preview.".
Tilläggsskärmbilder
Ladda ner Music Preview-förlängningens CRX-fil
Ladda ner Music Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | koldlpnelihklakdlllpfimlodeaanda |
Officiell webbadress | https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda |
Beskrivning | Fix Apple Music preview. |
Filstorlek | 26.2 KB |
Antal Installationer | 298 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2015-12-29 |
Publiceringsdatum | 2015-12-29 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | danielsarsi |
Betalningssätt | free |
Stödda Språk | 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 } } |