Skip disliked music
This tiny extension skip song in google play music in case if it was disliked before
什麼是Skip disliked music?
Skip disliked music是由illia.pogodin開發的Chrome擴展程式,該擴展的主要功能是“This tiny extension skip song in google play music in case if it was disliked before”。
擴展截圖
下載Skip disliked music擴展crx文件
下載Skip disliked music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This application will skip disliked music in google music web application. Even if music playing in background = it will work. To use this application you should have: 1. opened google music tab 2. activate checkbox once (reactivate checkbox only on google music page reloads) P.S. you do not have to be on the google music tab once activating checkbox, just ensure that such tab presents. special thanks to Drake for the awesome meme sources are here : https://bitbucket.org/elias13/musicskip I will improve this application, for now it is extremely raw (checkout the version). On any issues occur, feel free to contact me via : email: [email protected], telegram: @Ipogodin or create issue in bitbucket, if you would like to: https://goo.gl/BDzt1m
擴展基本資訊
名稱 | |
ID | cdobcohemmghfhnlconniolbcpdgfofc |
官方網址 | https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc |
簡介 | This tiny extension skip song in google play music in case if it was disliked before |
檔案大小 | 13.48 KB |
安裝次數 | 11 |
目前版本 | 0.0.0.3 |
更新時間 | 2018-01-04 |
上架時間 | 2018-01-04 |
評分 | 5.00/5 共 6 次評分 |
開發者 | illia.pogodin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.0.3", "icons": { "16": "skipdislike16.png", "48": "skipdislike48.png", "128": "skipdislike.png" }, "browser_action": { "default_icon": "skipdislike.png", "default_popup": "popup.html", "default_title": "go" }, "permissions": [ "activeTab", "tabs", "storage" ], "author": " Illia Pogodin " } |