WebExtension.net
WebExtension.net

VeriBlock on X (Twitter) : 認証アカウントの表示を制御

View on Chrome Web Store
View VeriBlock on X (Twitter) : 認証アカウントの表示を制御 Chrome Extension on Chrome Web Store
4.2 (33 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

X (Twitter) にて、認証アカウントによる投稿の表示を制御します。Hide posts from verified accounts on X (Twitter)
Type
Extension
Users
10,000 users
MONYA
View author page of MONYA
Published
Published on August 19, 2023
Version 1.1.0
Manifest version
3
Updated
Updated on May 18, 2024
View on Chrome Web Store
View VeriBlock on X (Twitter) : 認証アカウントの表示を制御 Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VeriBlock on X (Twitter) : \u8a8d\u8a3c\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u8868\u793a\u3092\u5236\u5fa1",
    "version": "1.1.0",
    "description": "X (Twitter) \u306b\u3066\u3001\u8a8d\u8a3c\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u3088\u308b\u6295\u7a3f\u306e\u8868\u793a\u3092\u5236\u5fa1\u3057\u307e\u3059\u3002Hide posts from verified accounts on X (Twitter)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top