SoundShroud
De-clutter your SoundCloud Stream
什麼是SoundShroud?
SoundShroud是由3rc開發的Chrome擴展程式,該擴展的主要功能是“De-clutter your SoundCloud Stream”。
擴展截圖
下載SoundShroud擴展crx文件
下載SoundShroud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of seeing the same reposts over and over again? Tired of seeing Promoted tracks and accounts? SoundShroud gives you the option to clean up the mess when you want, so you have the power to enjoy your Stream again. Just click the grey icon to show the bar, and let SoundShroud clean up the mess. There is a very slight delay in removing reposts and tracks, and that's how it's intended to work. Questions, feedback and everything else: https://twitter.com/SoundShroud [email protected] Creator: https://twitter.com/3rc Update 1/14/16: Fixed hiding "Promoted" track at top of Stream
擴展基本資訊
名稱 | SoundShroud |
ID | iiobjlckmlifihapcmkjfhjhldhijphf |
官方網址 | https://chromewebstore.google.com/detail/soundshroud/iiobjlckmlifihapcmkjfhjhldhijphf |
簡介 | De-clutter your SoundCloud Stream |
檔案大小 | 64.89 KB |
安裝次數 | 973 |
目前版本 | 2.0.1 |
更新時間 | 2016-03-07 |
上架時間 | 2016-03-07 |
評分 | 3.42/5 共 72 次評分 |
開發者 | 3rc |
付費類型 | free |
說明頁面URL | https://twitter.com/soundshroud |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundShroud", "permissions": [ "storage", "https:\/\/script.google.com\/macros\/s\/AKfycbyCUDY1dT3WtEhiqJ0t8k5AzCk2akxMPZkfQmYm2IoFz5-DZ1zv\/exec" ], "version": "2.0.1", "manifest_version": 2, "description": "De-clutter your SoundCloud Stream", "icons": { "128": "images\/soundshroud.png" }, "content_scripts": [ { "js": [ "scripts\/popup.js", "scripts\/jquery.2.1.3-min.js", "scripts\/underscore-min.js" ], "css": [ "styles\/main.css", "styles\/iosbutton.css" ], "matches": [ "https:\/\/soundcloud.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ], "persistent": true }, "page_action": { "default_icon": { "19": "images\/soundshroud.png", "38": "images\/soundshroud.png" }, "default_title": "SoundShroud", "default_popup": "popup.html", "matches": [ "https:\/\/soundcloud.com\/*" ] }, "web_accessible_resources": [ "images\/soundshroud.png", "images\/facebook.png", "images\/twitter.png" ] } |