Block Pornographic Replies
屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Block Pornographic Replies란 무엇입니까?
Block Pornographic Replies은(는) moretaiupupup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "屏蔽推特回复下的黄推。Block pornographic replies below the tweet."입니다.
확장 프로그램 스크린샷
Block Pornographic Replies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
屏蔽推特回复下的黄推。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" } ] } |