ToroBoost
ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed.
ToroBoost क्या है?
ToroBoost https://toroboost.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ToroBoost is the #1 Chrome extension to remove spam from your eToro news feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ToroBoost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |