Hide Twitter Views
Hides twitter view count on tweets
Vad är Hide Twitter Views?
Hide Twitter Views är en Chrome-tillägg utvecklad av lilemmsart, och dess huvudfunktion är "Hides twitter view count on tweets".
Tilläggsskärmbilder
Ladda ner Hide Twitter Views-förlängningens CRX-fil
Ladda ner Hide Twitter Views-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
Do you not want to see the twitter views analytics button on twitter? This extension removes all references to the view analytics button to return twitter to a more streamlined experience Grundläggande Information om Tillägg
| Namn | |
| ID | odmckobgdffcoepiflciodiockcgkkki |
| Officiell webbadress | https://chromewebstore.google.com/detail/hide-twitter-views/odmckobgdffcoepiflciodiockcgkkki |
| Beskrivning | Hides twitter view count on tweets |
| Filstorlek | 3.21 KB |
| Antal Installationer | 62 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-12-26 |
| Publiceringsdatum | 2022-12-26 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | lilemmsart |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/d8d700b0-6045-48b9-b193-8cee1be367e2 |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Twitter Views",
"description": "Hides twitter view count on tweets",
"version": "1.0",
"content_scripts": [
{
"js": [
"hide.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |