ToroBoost
ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
Wat is ToroBoost?
ToroBoost is een Chrome-extensie ontwikkeld door https://toroboost.com, en de belangrijkste functie is "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie ToroBoost
Download ToroBoost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ToroBoost |
ID | baephicklnffcekfcngnaegipbedbnlp |
Officiële URL | https://chromewebstore.google.com/detail/toroboost/baephicklnffcekfcngnaegipbedbnlp |
Beschrijving | ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed. |
Bestandsgrootte | 54.64 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2021-05-30 |
Publicatiedatum | 2020-08-16 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://toroboost.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.toroboost.com |
Help Pagina-URL | https://bit.ly/eToroContentFilter |
URL van de Privacybeleid Pagina | https://www.christianrauchenwald.com/privacy-policy.html |
Ondersteunde Talen | 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 } |