Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
什么是Cleaner Twitter?
Cleaner Twitter是由Kenny_1291开发的Chrome扩展程序,该扩展的主要功能是“Make Twitter UI cleaner by removing annoying pieces.”。
扩展截图
下载Cleaner Twitter扩展crx文件
下载Cleaner Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can hide annoying Twitter UI pieces. *FEATURES* - Predefined rules - Modify and add custom CSS rules - Predefined rules updates (no extension update required) Source code: https://github.com/Kenny1291/cleaner-twitter
扩展基本信息
名称 | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
官方URL | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
简介 | Make Twitter UI cleaner by removing annoying pieces. |
文件大小 | 197 KB |
安装次数 | 27 |
当前版本 | 0.3.2 |
更新时间 | 2024-02-05 |
上架时间 | 2023-05-01 |
开发者 | Kenny_1291 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Kenny1291/cleaner-twitter |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleaner Twitter", "description": "Make Twitter UI cleaner by removing annoying pieces.", "version": "0.3.2", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "service_workers\/background.js", "type": "module" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "matches": [ " |