Twitter View Hider
Automatically hide view counts of tweets in your timeline
Vad är Twitter View Hider?
Twitter View Hider är en Chrome-tillägg utvecklad av Adrien Minne, och dess huvudfunktion är "Automatically hide view counts of tweets in your timeline".
Tilläggsskärmbilder
Ladda ner Twitter View Hider-förlängningens CRX-fil
Ladda ner Twitter View Hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension hides the view count that was recently added on the tweets of your timeline. Grundläggande Information om Tillägg
| Namn | |
| ID | mmoiilglckpgboidkcedhkhmimmeblml |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
| Beskrivning | Automatically hide view counts of tweets in your timeline |
| Filstorlek | 11.32 KB |
| Antal Installationer | 35 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-12-25 |
| Publiceringsdatum | 2022-12-25 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | Adrien Minne |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |