Twitter View Hider
Automatically hide view counts of tweets in your timeline
Hvad er Twitter View Hider?
Twitter View Hider er en Chrome-udvidelse udviklet af Adrien Minne, og dens hovedfunktion er "Automatically hide view counts of tweets in your timeline".
Udvidelsesskærmbilleder
Download Twitter View Hider-udvidelses-CRX-fil
Download Twitter View Hider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension hides the view count that was recently added on the tweets of your timeline. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mmoiilglckpgboidkcedhkhmimmeblml |
| Officiel URL | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
| Beskrivelse | Automatically hide view counts of tweets in your timeline |
| Filstørrelse | 11.32 KB |
| Antal Installationer | 35 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-12-25 |
| Udgivelsesdato | 2022-12-25 |
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
| Udvikler | Adrien Minne |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
]
} | |