Twitter Enhancer
Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Vad är Twitter Enhancer?
Twitter Enhancer är en Chrome-tillägg utvecklad av Vortezz, och dess huvudfunktion är "Enhance your Twitter frontend! Remove useless adds, and view only useful things.".
Tilläggsskärmbilder
Ladda ner Twitter Enhancer-förlängningens CRX-fil
Ladda ner Twitter Enhancer-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
Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come! Grundläggande Information om Tillägg
| Namn | |
| ID | beggifbkibbbfhhncigpacihnmcnfagg |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg |
| Beskrivning | Enhance your Twitter frontend! Remove useless adds, and view only useful things. |
| Filstorlek | 26.17 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-12-25 |
| Publiceringsdatum | 2022-12-25 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Vortezz |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://vortezz.dev/terms |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Enhancer",
"description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
"version": "1.0",
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |