ToroBoost

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

Cos'è ToroBoost?

ToroBoost è un'estensione di Chrome sviluppata da https://toroboost.com, e la sua funzione principale è "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ToroBoost

Scarica i file di estensione ToroBoost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ToroBoost ToroBoost
ID baephicklnffcekfcngnaegipbedbnlp
URL Ufficiale https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp
Descrizione ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
Dimensione del File 54.64 KB
Conteggio Installazioni 18
Versione Corrente 1.0.6
Ultimo Aggiornamento 2021-05-30
Data di Pubblicazione 2020-08-16
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://toroboost.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.toroboost.com
URL della Pagina di Aiuto https://bit.ly/eToroContentFilter
URL della Pagina della Politica sulla Privacy https://www.christianrauchenwald.com/privacy-policy.html
Lingue Supportate 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
}