Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Wat is Hide View Count?
Hide View Count is een Chrome-extensie ontwikkeld door ろぼいん, en de belangrijkste functie is "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide View Count
Download Hide View Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
Officiële URL | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Beschrijving | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Bestandsgrootte | 961 KB |
Aantal Installaties | 2,909 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2023-02-26 |
Publicatiedatum | 2022-12-23 |
Beoordeling | 4.96/5 Totaal 28 Beoordelingen |
Ontwikkelaar | ろぼいん |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Robot-Inventor/hide-impression |
Help Pagina-URL | https://github.com/Robot-Inventor/hide-impression |
Ondersteunde Talen | 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" } |