Easy Blocker for X
X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ
What is Easy Blocker for X?
Easy Blocker for X is a Chrome extension developed by Jabrek, and its main feature is "X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ".
Extension Screenshots
Download Easy Blocker for X Extension CRX File
Download Easy Blocker for X 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
Add buttons to block users with a single click.
Extension Basic Information
Name | Easy Blocker for X |
ID | lenngecmknckkoginhkkcbgfpnicelbf |
Official URL | https://chromewebstore.google.com/detail/easy-blocker-for-x/lenngecmknckkoginhkkcbgfpnicelbf |
Description | X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ |
File Size | 51.43 KB |
Installation Count | 2,778 |
Current Version | 1.0.8 |
Last Updated | 2024-01-25 |
Publish Date | 2023-08-23 |
Rating | 4.64/5 Total 11 Ratings |
Developer | Jabrek |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Blocker for X", "description": "X(Twitter)\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30d6\u30ed\u30c3\u30af\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3084\u3064", "version": "1.0.8", "manifest_version": 3, "author": "Jabrek", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "default_locale": "en", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "jquery-3.7.0.min.js", "script.js" ], "css": [ "style.css" ] } ], "action": { "default_title": "\u8a2d\u5b9a", "default_icon": "icon\/48.png", "default_popup": "popup\/popup.html" } } |