ToroBoost
ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
ToroBoost là gì?
ToroBoost là một tiện ích mở rộng Chrome được phát triển bởi https://toroboost.com, và tính năng chính của nó là "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ToroBoost
Tải xuống các tệp mở rộng ToroBoost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ToroBoost |
ID | baephicklnffcekfcngnaegipbedbnlp |
URL Chính Thức | https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp |
Mô tả | ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed. |
Kích Thước Tệp | 54.64 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2021-05-30 |
Ngày Phát Hành | 2020-08-16 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://toroboost.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.toroboost.com |
URL Trang Trợ Giúp | https://bit.ly/eToroContentFilter |
URL Trang Chính Sách Bảo Mật | https://www.christianrauchenwald.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |