Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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'" } }