ToroBoost
ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
Qu'est-ce que ToroBoost ?
ToroBoost est une extension Chrome développée par https://toroboost.com, et sa fonction principale est "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ToroBoost
Téléchargez les fichiers d'extension ToroBoost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ToroBoost |
ID | baephicklnffcekfcngnaegipbedbnlp |
URL Officiel | https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp |
Description | ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed. |
Taille du Fichier | 54.64 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-05-30 |
Date de Publication | 2020-08-16 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://toroboost.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.toroboost.com |
URL de la Page d'Aide | https://bit.ly/eToroContentFilter |
URL de la Page de Politique de Confidentialité | https://www.christianrauchenwald.com/privacy-policy.html |
Langues Prises en Charge | 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 } |