ToroBoost

ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.

What is ToroBoost?

ToroBoost is a Chrome extension developed by https://toroboost.com, and its main feature is "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".

Extension Screenshots

screenshot

Download ToroBoost Extension CRX File

Download ToroBoost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ToroBoost ToroBoost
ID baephicklnffcekfcngnaegipbedbnlp
Official URL https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp
Description ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
File Size 54.64 KB
Installation Count 18
Current Version 1.0.6
Last Updated 2021-05-30
Publish Date 2020-08-16
Rating 3.50/5 Total 2 Ratings
Developer https://toroboost.com
Email [email protected]
Payment Type free
Extension Website https://www.toroboost.com
Help Page URL https://bit.ly/eToroContentFilter
Privacy Policy Page URL https://www.christianrauchenwald.com/privacy-policy.html
Supported Languages 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
}