Unwanted Opinions
Lets you block tweets using various options.
Unwanted Opinionsคืออะไร?
Unwanted Opinions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xinto และคุณลักษณะหลักของมันคือ "Lets you block tweets using various options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unwanted Opinions
ดาวน์โหลดไฟล์ส่วนขยาย Unwanted Opinions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unwanted Opinion saves your eyes by blocking tweets using filters you specify. Still want to see the tweet? Press the Show button!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unwanted Opinions |
ID | ejobchilnlocfaljfaakomkhaajkojin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin |
คำอธิบาย | Lets you block tweets using various options. |
ขนาดไฟล์ | 22.77 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2022-11-24 |
วันที่เผยแพร่ | 2022-11-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Xinto |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vencord.dev/cloud/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unwanted Opinions", "version": "0.2.1", "description": "Lets you block tweets using various options.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "Unwanted Opinion", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "resources": [ "opinionator.js" ] } ] } |