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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}