Promute

Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

ما هو Promute؟

Promute هو إضافة Chrome تم تطويرها بواسطة wolfgang.werner، والميزة الرئيسية لها هي "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

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

screenshot

تحميل ملف CRX للإضافة Promute

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

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

                        Promute is a Chrome Extension that automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

It does the simplest thing that could possibly work.
Within a scroll listener, it ...
* ... identifies promoted tweets by the 'Ad' label at the top of the tweet,
* ... opens the tweets context menu,
* ... and clicks the mute button                    

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

الاسم Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
الوصف Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
حجم الملف 26.1 KB
عدد التثبيتات 37
النسخة الحالية 1.0.10
آخر تحديث 2023-08-29
تاريخ النشر 2020-12-25
تقييم 5.00/5 مجموع تقييمات 2
المطور wolfgang.werner
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/wwerner/promute
عنوان صفحة المساعدة https://github.com/wwerner/promute/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promute",
    "manifest_version": 2,
    "version": "1.0.10",
    "description": "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.",
    "icons": {
        "16": ".\/logo_16.png",
        "48": ".\/logo_48.png",
        "128": ".\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "promute.js"
            ]
        }
    ]
}