SoundShroud
De-clutter your SoundCloud Stream
SoundShroud란 무엇입니까?
SoundShroud은(는) 3rc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "De-clutter your SoundCloud Stream"입니다.
확장 프로그램 스크린샷
SoundShroud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |