Unwanted Opinions

Lets you block tweets using various options.

What is Unwanted Opinions?

Unwanted Opinions is a Chrome extension developed by Xinto, and its main feature is "Lets you block tweets using various options.".

Extension Screenshots

screenshot

Download Unwanted Opinions Extension CRX File

Download Unwanted Opinions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Unwanted Opinions Unwanted Opinions
ID ejobchilnlocfaljfaakomkhaajkojin
Official URL https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin
Description Lets you block tweets using various options.
File Size 22.77 KB
Installation Count 27
Current Version 0.2.1
Last Updated 2022-11-24
Publish Date 2022-11-21
Rating 5.00/5 Total 1 Ratings
Developer Xinto
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vencord.dev/cloud/privacy
Supported Languages 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"
            ]
        }
    ]
}