Unwanted Opinions

Lets you block tweets using various options.

Unwanted Opinions là gì?

Unwanted Opinions là một tiện ích mở rộng Chrome được phát triển bởi Xinto, và tính năng chính của nó là "Lets you block tweets using various options.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unwanted Opinions

Tải xuống các tệp mở rộng Unwanted Opinions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unwanted Opinions Unwanted Opinions
ID ejobchilnlocfaljfaakomkhaajkojin
URL Chính Thức https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin
Mô tả Lets you block tweets using various options.
Kích Thước Tệp 22.77 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-11-24
Ngày Phát Hành 2022-11-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Xinto
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://vencord.dev/cloud/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}