Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Что такое Hide View Count?
Hide View Count - это расширение Chrome, разработанное ろぼいん, и его основная функция - "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
Снимки экрана расширения
Скачать файл CRX расширения Hide View Count
Скачайте файлы расширений Hide View Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second! This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions". ## What you can do - Hide the number of impressions of your tweets and others' tweets on your browser ## What you cannot do - Hide the number of impressions of your Tweets from others - Using a client other than the official web version of the Twitter client
Основная информация о расширении
Название | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
Официальный URL | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Описание | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Размер файла | 961 KB |
Количество установок | 2,909 |
Текущая Версия | 1.5.0 |
Последнее Обновление | 2023-02-26 |
Дата публикации | 2022-12-23 |
Рейтинг | 4.96/5 Всего 28 оценок |
Разработчик | ろぼいん |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Robot-Inventor/hide-impression |
URL страницы помощи | https://github.com/Robot-Inventor/hide-impression |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide View Count", "short_name": "HideViewCount", "version": "1.5.0", "description": "__MSG_manifest_description__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.js" ] } ], "default_locale": "en" } |