Promute
Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Wat is Promute?
Promute is een Chrome-extensie ontwikkeld door wolfgang.werner, en de belangrijkste functie is "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".
Extensie Screenshots
Download het CRX-bestand van de extensie Promute
Download Promute-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Promute |
ID | jcglghjinanokeldhiebokopnoppbnnn |
Officiële URL | https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn |
Beschrijving | Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by. |
Bestandsgrootte | 26.1 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2020-12-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | wolfgang.werner |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wwerner/promute |
Help Pagina-URL | https://github.com/wwerner/promute/issues |
Ondersteunde Talen | 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" ] } ] } |