PromoteTweetRemover
Remove Promote Button From Twitter
Cos'è PromoteTweetRemover?
PromoteTweetRemover è un'estensione di Chrome sviluppata da yannickje, e la sua funzione principale è "Remove Promote Button From Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PromoteTweetRemover
Scarica i file di estensione PromoteTweetRemover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Remove the "Promoted" badge underneath your tweets on Twitter.
Informazioni di Base sull'Estensione
Nome | PromoteTweetRemover |
ID | omlbkeklckigbnnahijjfcpbmngahjha |
URL Ufficiale | https://chromewebstore.google.com/detail/promotetweetremover/omlbkeklckigbnnahijjfcpbmngahjha |
Descrizione | Remove Promote Button From Twitter |
Dimensione del File | 6.71 KB |
Conteggio Installazioni | 121 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2021-12-08 |
Data di Pubblicazione | 2021-12-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | yannickje |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PromoteTweetRemover", "description": "Remove Promote Button From Twitter", "version": "0.0.0.3", "manifest_version": 3, "icons": { "48": "48.png", "128": "128.png" }, "homepage_url": "https:\/\/twitter.com\/yannick_veys", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*", "http:\/\/localhost:1234\/*" ], "run_at": "document_start" } ] } |