Promute

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

什麼是Promute?

Promute是由wolfgang.werner開發的Chrome擴展程式,該擴展的主要功能是“Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.”。

擴展截圖

screenshot

下載Promute擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}