Unwanted Opinions

Lets you block tweets using various options.

ما هو Unwanted Opinions؟

Unwanted Opinions هو إضافة Chrome تم تطويرها بواسطة Xinto، والميزة الرئيسية لها هي "Lets you block tweets using various options.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Unwanted Opinions

قم بتنزيل ملفات الامتداد Unwanted Opinions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Unwanted Opinions Unwanted Opinions
ID ejobchilnlocfaljfaakomkhaajkojin
عنوان URL الرسمي https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin
الوصف Lets you block tweets using various options.
حجم الملف 22.77 KB
عدد التثبيتات 27
النسخة الحالية 0.2.1
آخر تحديث 2022-11-24
تاريخ النشر 2022-11-21
تقييم 5.00/5 مجموع تقييمات 1
المطور Xinto
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://vencord.dev/cloud/privacy
اللغات المدعومة 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"
            ]
        }
    ]
}