Twitter View Hider

Automatically hide view counts of tweets in your timeline

Wat is Twitter View Hider?

Twitter View Hider is een Chrome-extensie ontwikkeld door Adrien Minne, en de belangrijkste functie is "Automatically hide view counts of tweets in your timeline".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter View Hider

Download Twitter View Hider-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 view count that was recently added on the tweets of your timeline.                    

Basisinformatie over de Extensie

Naam Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
Officiële URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Beschrijving Automatically hide view counts of tweets in your timeline
Bestandsgrootte 11.32 KB
Aantal Installaties 35
Huidige Versie 1.0
Laatst Bijgewerkt 2022-12-25
Publicatiedatum 2022-12-25
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Adrien Minne
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}