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 | 
| 官方網址 | 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
}  |  |