ToroBoost

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

Что такое ToroBoost?

ToroBoost - это расширение Chrome, разработанное https://toroboost.com, и его основная функция - "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ToroBoost

Скачайте файлы расширений 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
Электронная почта [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
}