Remove Twitter Views
Remove the Views button from Twitter
Wat is Remove Twitter Views?
Remove Twitter Views is een Chrome-extensie ontwikkeld door Kabaj, en de belangrijkste functie is "Remove the Views button from Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Twitter Views
Download Remove Twitter Views-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
Removes the new "Views" button from Twitter
It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views Basisinformatie over de Extensie
| Naam | |
| ID | flcjnidfibjigabnihmblehlkkeiganp |
| Officiële URL | https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp |
| Beschrijving | Remove the Views button from Twitter |
| Bestandsgrootte | 8.51 KB |
| Aantal Installaties | 92 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2023-01-17 |
| Publicatiedatum | 2022-12-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Kabaj |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Remove Twitter Views",
"description": "Remove the Views button from Twitter",
"version": "1.2.2",
"author": "Kabaj",
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*"
],
"js": [
".\/scripts\/content.js"
]
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
}
} | |