Unwanted Opinions
Lets you block tweets using various options.
Wat is Unwanted Opinions?
Unwanted Opinions is een Chrome-extensie ontwikkeld door Xinto, en de belangrijkste functie is "Lets you block tweets using various options.".
Extensie Screenshots
Download het CRX-bestand van de extensie Unwanted Opinions
Download Unwanted Opinions-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
Unwanted Opinion saves your eyes by blocking tweets using filters you specify. Still want to see the tweet? Press the Show button!
Basisinformatie over de Extensie
Naam | Unwanted Opinions |
ID | ejobchilnlocfaljfaakomkhaajkojin |
Officiële URL | https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin |
Beschrijving | Lets you block tweets using various options. |
Bestandsgrootte | 22.77 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2022-11-24 |
Publicatiedatum | 2022-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Xinto |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://vencord.dev/cloud/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unwanted Opinions", "version": "0.2.1", "description": "Lets you block tweets using various options.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "Unwanted Opinion", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "resources": [ "opinionator.js" ] } ] } |