ToroBoost
ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
ToroBoost란 무엇입니까?
ToroBoost은(는) https://toroboost.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed."입니다.
확장 프로그램 스크린샷
ToroBoost 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ToroBoost automatically gets rid of most of the spam on your eToro News Feed by removing... - posts that contain more than 5 tagged assets (and tries to flag them as spam) - posts that have been moderated by eToro - posts that contain "My portfolio is up..." and variations of it.
확장 프로그램 기본 정보
이름 | ToroBoost |
ID | baephicklnffcekfcngnaegipbedbnlp |
공식 URL | https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp |
설명 | ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed. |
파일 크기 | 54.64 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-05-30 |
출시 날짜 | 2020-08-16 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | https://toroboost.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.toroboost.com |
도움말 페이지 URL | https://bit.ly/eToroContentFilter |
개인정보 보호 정책 페이지 URL | https://www.christianrauchenwald.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToroBoost", "version": "1.0.6", "description": "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "48": "images\/icon-eToro-48-disabled.png", "128": "images\/icon-eToro-128-disabled.png" }, "page_action": { "default_icon": "images\/icon-eToro-128.png", "default_title": "ToroBoost" }, "content_scripts": [ { "matches": [ "https:\/\/*.etoro.com\/*" ], "css": [ "css\/etoro.css" ], "js": [ "js\/jquery.min.js", "js\/etoro.js" ], "all_frames": true, "run_at": "document_idle" } ], "manifest_version": 2 } |