ToroBoost

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

Apa itu ToroBoost?

ToroBoost adalah ekstensi Chrome yang dikembangkan oleh https://toroboost.com, dan fitur utamanya adalah "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ToroBoost

Unduh file ekstensi ToroBoost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ToroBoost ToroBoost
ID baephicklnffcekfcngnaegipbedbnlp
URL Resmi https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp
Deskripsi ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
Ukuran File 54.64 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2021-05-30
Tanggal Publikasi 2020-08-16
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://toroboost.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.toroboost.com
URL Halaman Bantuan https://bit.ly/eToroContentFilter
URL Halaman Kebijakan Privasi https://www.christianrauchenwald.com/privacy-policy.html
Bahasa yang Didukung 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
}