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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |