Twitter Like and Retweet button
This extension will add a button that combines like and retweet in one click.
Cos'è Twitter Like and Retweet button?
Twitter Like and Retweet button è un'estensione di Chrome sviluppata da Shlomo, e la sua funzione principale è "This extension will add a button that combines like and retweet in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Like and Retweet button
Scarica i file di estensione Twitter Like and Retweet button 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
Enhance your Twitter experience like never before with this innovative Chrome extension. This powerful add-on seamlessly integrates with your Twitter account, adding a combination button that allows you to both "Like" and "Retweet" a tweet in a single click. Say goodbye to the hassle of toggling between buttons and give your thumbs a rest and streamlines your engagement process for effortless interaction.
Informazioni di Base sull'Estensione
Nome | Twitter Like and Retweet button |
ID | fppmjeoocppmnbkdalfeidabmjkjbmna |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-like-and-retweet/fppmjeoocppmnbkdalfeidabmjkjbmna |
Descrizione | This extension will add a button that combines like and retweet in one click. |
Dimensione del File | 62.97 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2023-05-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Shlomo |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/d2b13c19-f46d-4a6c-b5ce-6c1f809fb89a |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Like and Retweet button", "description": "This extension will add a button that combines like and retweet in one click.", "version": "1.2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.jpg, *.png" ], "matches": [ "https:\/\/twitter.com\/*" ], "extension_ids": [] } ] } |