1-click blocker for Twitter

Block users on Twitter in one click instead of 3.

1-click blocker for Twitter란 무엇입니까?

1-click blocker for Twitter은(는) dara_tobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block users on Twitter in one click instead of 3."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

1-click blocker for Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block)

You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems.                    

확장 프로그램 기본 정보

이름 1-click blocker for Twitter 1-click blocker for Twitter
ID clhbjgbdocpldiobndgnlijdcmpppkhl
공식 URL https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl
설명 Block users on Twitter in one click instead of 3.
파일 크기 11.77 KB
설치 횟수 937
현재 버전 1.0.6
최근 업데이트 2024-03-04
출시 날짜 2023-03-26
평점 4.73/5 총 22 개의 평점
개발자 dara_tobi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/dara_tobi
도움말 페이지 URL https://twitter.com/dara_tobi
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Block users on Twitter in one click instead of 3.",
    "icons": {
        "48": "images\/one-click-blocker.png"
    },
    "manifest_version": 3,
    "name": "1-click blocker for Twitter",
    "offline_enabled": true,
    "short_name": "Twitter 1-click blocker",
    "version": "1.0.6"
}