Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Co to jest Hide View Count?
Hide View Count to rozszerzenie Chrome opracowane przez ろぼいん, a jego główną funkcją jest „This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide View Count
Pobierz pliki rozszerzeń Hide View Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Opis | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Rozmiar pliku | 961 KB |
Liczba instalacji | 2,909 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2023-02-26 |
Data Publikacji | 2022-12-23 |
Ocena | 4.96/5 Łącznie 28 Oceny |
Deweloper | ろぼいん |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Robot-Inventor/hide-impression |
Adres URL Strony Pomocy | https://github.com/Robot-Inventor/hide-impression |
Obsługiwane Języki | 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" } |