Block Pornographic Replies
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Block Pornographic Repliesคืออะไร?
Block Pornographic Replies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moretaiupupup และคุณลักษณะหลักของมันคือ "屏蔽推特回复下的黄推。Block pornographic replies below the tweet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block Pornographic Replies
ดาวน์โหลดไฟล์ส่วนขยาย Block Pornographic Replies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Block Pornographic Replies |
ID | cdmilcmdgajfnplkcpgdckdgjadkgkhn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/block-pornographic-replie/cdmilcmdgajfnplkcpgdckdgjadkgkhn |
คำอธิบาย | 屏蔽推特回复下的黄推。Block pornographic replies below the tweet. |
ขนาดไฟล์ | 345 KB |
จำนวนการติดตั้ง | 1,420 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2023-07-02 |
วันที่เผยแพร่ | 2023-07-02 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | moretaiupupup |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Block Pornographic Replies", "description": "\u5c4f\u853d\u63a8\u7279\u56de\u590d\u4e0b\u7684\u9ec4\u63a8\u3002Block pornographic replies below the tweet.", "version": "2.6", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "web_accessible_resources": [ { "resources": [ "scripts\/injected.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_start" } ] } |