Block Pornographic Replies
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Block Pornographic Replies là gì?
Block Pornographic Replies là một tiện ích mở rộng Chrome được phát triển bởi moretaiupupup, và tính năng chính của nó là "屏蔽推特回复下的黄推。Block pornographic replies below the tweet.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Block Pornographic Replies
Tải xuống các tệp mở rộng Block Pornographic Replies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Block Pornographic Replies |
ID | cdmilcmdgajfnplkcpgdckdgjadkgkhn |
URL Chính Thức | https://chromewebstore.google.com/detail/block-pornographic-replie/cdmilcmdgajfnplkcpgdckdgjadkgkhn |
Mô tả | 屏蔽推特回复下的黄推。Block pornographic replies below the tweet. |
Kích Thước Tệp | 345 KB |
Số Lần Cài Đặt | 1,420 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2023-07-02 |
Ngày Phát Hành | 2023-07-02 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | moretaiupupup |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |