Twitter TW Blocker
Blur the tweets containing a trigger warning
Twitter TW Blockerคืออะไร?
Twitter TW Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tymmesyde และคุณลักษณะหลักของมันคือ "Blur the tweets containing a trigger warning"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter TW Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Twitter TW Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use Twitter TW Blocker if you want to hide the tweets that have a trigger warning pattern (e.g. TW // content). Just click on the tweet if you want to remove the warning.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter TW Blocker |
ID | cmgnaiadimhcfkmfehdbindohbenemnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-tw-blocker/cmgnaiadimhcfkmfehdbindohbenemnk |
คำอธิบาย | Blur the tweets containing a trigger warning |
ขนาดไฟล์ | 15 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-08-09 |
วันที่เผยแพร่ | 2020-08-09 |
ผู้พัฒนา | tymmesyde |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter TW Blocker", "description": "Blur the tweets containing a trigger warning", "version": "1.0", "icons": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "src\/styles\/content.css" ], "js": [ "src\/scripts\/content.js" ] } ], "web_accessible_resources": [ "src\/styles\/content.css" ], "browser_action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" } } } |