Follow My Sound
Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag
什麼是Follow My Sound?
Follow My Sound是由Bi6o開發的Chrome擴展程式,該擴展的主要功能是“Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag”。
擴展截圖
下載Follow My Sound擴展crx文件
下載Follow My Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to follow/unfollow and like/unlike all the artists on a SoundCloud page. Open the page with all the follows/likes that you want, and simply click the corresponding button. It also gives the option to search by tag B-) This extension is now and forever free. Enjoy
擴展基本資訊
名稱 | |
ID | einejcbfecadhnlkjjcajbakljbikocg |
官方網址 | https://chrome.google.com/webstore/detail/einejcbfecadhnlkjjcajbakljbikocg |
簡介 | Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag |
檔案大小 | 92.13 KB |
安裝次數 | 48 |
目前版本 | 1.0 |
更新時間 | 2019-03-29 |
上架時間 | 2019-03-29 |
開發者 | Bi6o |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Follow My Sound", "description": "Extension that allows to Follow\/Like all artists in any SoundCloud page, and search by tag", "version": "1.0", "permissions": [ "tabs", "https:\/\/*.soundcloud.com\/*", "http:\/\/*.soundcloud.com\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icons\/logo.png", "38": "images\/icons\/logo.png" }, "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/*.premiumfirstcare.co.uk\/*\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.soundcloud.com\/*" ], "js": [ "GetFollowings.js" ] } ], "icons": { "16": "images\/icons\/logo.png", "19": "images\/icons\/logo.png", "38": "images\/icons\/logo.png", "64": "images\/icons\/logo.png", "128": "images\/icons\/logo.png" } } |