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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 ToroBoost ToroBoost
ID baephicklnffcekfcngnaegipbedbnlp
公式URL 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
Eメール [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
}