Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Что такое Cleaner Twitter?
Cleaner Twitter - это расширение Chrome, разработанное Kenny_1291, и его основная функция - "Make Twitter UI cleaner by removing annoying pieces.".
Снимки экрана расширения
Скачать файл CRX расширения Cleaner Twitter
Скачайте файлы расширений 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": [ " |