Unwanted Opinions

Lets you block tweets using various options.

Qu'est-ce que Unwanted Opinions ?

Unwanted Opinions est une extension Chrome développée par Xinto, et sa fonction principale est "Lets you block tweets using various options.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unwanted Opinions

Téléchargez les fichiers d'extension Unwanted Opinions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Unwanted Opinion saves your eyes by blocking tweets using filters you specify. Still want to see the tweet? Press the Show button!                    

Informations de Base sur l'Extension

Nom Unwanted Opinions Unwanted Opinions
ID ejobchilnlocfaljfaakomkhaajkojin
URL Officiel https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin
Description Lets you block tweets using various options.
Taille du Fichier 22.77 KB
Nombre d'Installations 27
Version Actuelle 0.2.1
Dernière Mise à Jour 2022-11-24
Date de Publication 2022-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Xinto
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://vencord.dev/cloud/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}