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 |
官方URL | 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 " } |