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文件
下载ToroBoost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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
} | |