ToroBoost

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

Was ist ToroBoost?

ToroBoost ist eine Chrome-Erweiterung, die von https://toroboost.com entwickelt wurde, und ihr Hauptmerkmal ist "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".

Erweiterungsscreenshots

screenshot

ToroBoost-Erweiterungs-CRX-Datei herunterladen

Laden Sie ToroBoost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ToroBoost ToroBoost
ID baephicklnffcekfcngnaegipbedbnlp
Offizielle URL https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp
Beschreibung ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
Dateigröße 54.64 KB
Installationsanzahl 18
Aktuelle Version 1.0.6
Letztes Update 2021-05-30
Veröffentlichungsdatum 2020-08-16
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://toroboost.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.toroboost.com
Hilfeseite URL https://bit.ly/eToroContentFilter
URL der Datenschutzrichtlinien-Seite https://www.christianrauchenwald.com/privacy-policy.html
Unterstützte Sprachen 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
}