Red Block

해로운 사용자를 막는 새로운 체인블락 확장기능

What is Red Block?

Red Block is a Chrome extension developed by 가을별, and its main feature is "해로운 사용자를 막는 새로운 체인블락 확장기능".

Extension Screenshots

screenshot
screenshot
screenshot

Download Red Block Extension CRX File

Download Red Block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Unfortunately, I decided to stop maintaining RedBlock, because of Twitter's API restrictions.
--------------------

Red Block is an extension to block users from Twitter. It can use as replacement of Twitter Block Chain. It can blocks followers/followings, or block retweeters/likers to specific tweet.

--Release Notes--

## v0.14.1.3
- Fix the bug that export-session does not work.
- Updated Chinese translation.

## v0.14.1.2
- Fixing the error that occurred when the reaction-related properties were missing when retrieving a tweet.

## v0.14.1.1
- Fix the bug that Red Block may not load its storage properly in some occasion.

## v0.14.1.0
- Add an option to show one-click block button to users who using the hexagon profile image(NFT).
- Add an option to skip verified users.
- Fix a bug on doing user search chainblock may not complete properly.
- Fix a bug that Red Block wasn't detect edge2edge UI properly.
- Fix a bug that somtimes Red Block wasn't check about login state.
- Updated React v17 and MUI on Red Block's UI.

## v0.14.0.4
- Compatible with React v17

## v0.14.0.3
- Fix the bug that when a Chain-block blocks a user, the One-click block button remains or even moves to the wrong position.
- Fix the bug that toggling One-click-block mode may not work on some web browsers.
- Fix the Red Block's UI when not logged in to Twitter.

## v0.14.0.2
- Add Chinese translation.
- Fix bug that failed to download a blocklist created from Red Block.
- Fix bug that the "BlockBuster" doesn't work correctly on Firefox.
- Fix bug that toggling One-click block mode doesn't work on an extension's right-click menu.
- Fix bug that a "Go to option page" menu item shows twice on the Chromium-based browser.

## v0.14.0.1
- Fixed bug that One-click block button doesn't appear in Twitter's design change (edge-to-edge)
-- In this case, The block button will appear side of the menu button since there's no space below the profile image on the tweet.
- Fixed the One-click block button's margin doesn't apply in RTL languages.
- Improved the Popup UI to load quicker.

## v0.14.0.0
- Added recurring session.
- Supports Twitter Space.
- Can export blocklist.
- Added options to adjust delay of blocking user in Chain-block
- Oneclick-block related:
  - Supports TweetDeck.
  - Added options to apply Oneclick-block mode to all tabs
  - Moved Oneclick-block buttons to below of profile image
  - Fixed Oneclick-block may not disappear after success block.
  - Add menu to switching Oneclick-block mode to ON/OFF in Red Block's right-click menu.
- Can use rightclick menu on new TweetDeck beta.
- Add "Run Chain-block on users who use this hashtag in their's profile." menu on rightclicking hashtag.
- Added backup/restore Red Block's settings.
- Added reset settings.
- Some modification on Popup UI (Moved "New Session" buttons to below of session's list)
- Fix Red Block shows `[Object object]` instead of proper error messages.
- (Experimental) Renamed "AntiBlock" to "BlockBuster"
- (Experimental) (BlockBuster) Added options to utilize accounts that logged-in to TweetDeck
- (Experimental) When you logged in with multiple accounts, there's a menu to block/unblock/mute/unmute specific user with all of your accounts.
- (Experimental) Support Twitter's experimental emoji reactions. When this option is enabled, you can run Unchain-block to users who liked specific tweet.                    

Extension Basic Information

Name Red Block Red Block
ID knjpopecjigkkaddmoahjcfpbgedkibf
Official URL https://chromewebstore.google.com/detail/red-block/knjpopecjigkkaddmoahjcfpbgedkibf
Description 해로운 사용자를 막는 새로운 체인블락 확장기능
File Size 2.87 MB
Installation Count 10,000
Current Version 0.14.1.44
Last Updated 2023-07-25
Publish Date 2020-07-01
Rating 3.50/5 Total 66 Ratings
Developer 가을별
Email [email protected]
Payment Type free
Extension Website https://github.com/gaeulbyul/RedBlock
Privacy Policy Page URL https://gist.github.com/gaeulbyul/25b3a4abfdd91a32d98a5bbe78769f2d
Supported Languages en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Red Block",
    "author": "Gaeulbyul ",
    "version": "0.14.1.44",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/gaeulbyul\/RedBlock",
    "description": "\ud574\ub85c\uc6b4 \uc0ac\uc6a9\uc790\ub97c \ub9c9\ub294 \uc0c8\ub85c\uc6b4 \uccb4\uc778\ube14\ub77d \ud655\uc7a5\uae30\ub2a5",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/api.twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/tweetdeck.twitter.com\/*",
        "https:\/\/*.twimg.com\/*",
        "storage",
        "notifications",
        "cookies",
        "contextMenus",
        "tabs",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "alarms"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "background": {
        "scripts": [
            "bundled\/background.bun.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.twitter.com\/about",
                "https:\/\/*.twitter.com\/download",
                "https:\/\/*.twitter.com\/intent\/*",
                "https:\/\/*.twitter.com\/privacy",
                "https:\/\/*.twitter.com\/tos",
                "https:\/\/*.twitter.com\/*\/privacy",
                "https:\/\/*.twitter.com\/*\/tos",
                "https:\/\/*.twitter.com\/i\/release_notes",
                "https:\/\/*.twitter.com\/i\/tweetdeck_release_notes"
            ],
            "css": [
                "styles\/oneclick-block.css"
            ],
            "js": [
                "bundled\/twitter.bun.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "css": [
                "styles\/oneclick-block.css"
            ],
            "js": [
                "bundled\/tweetdeck.bun.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bundled\/twitter_inject.bun.js",
        "bundled\/blackbird_inject.bun.js",
        "bundled\/gryphon_inject.bun.js"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "Red Block",
        "default_popup": "popup\/popup.html"
    },
    "incognito": "spanning"
}