Promute

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

Promute क्या है?

Promute wolfgang.werner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Promute एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}