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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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 } |