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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ToroBoost
قم بتنزيل ملفات الامتداد ToroBoost بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://bit.ly/eToroContentFilter |
عنوان صفحة سياسة الخصوصية | 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 } |