Twitter Quotes are back!
Twitter Quotes are back!
Cos'è Twitter Quotes are back!?
Twitter Quotes are back! è un'estensione di Chrome sviluppata da josecebe, e la sua funzione principale è "Twitter Quotes are back!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Quotes are back!
Scarica i file di estensione Twitter Quotes are back! 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
Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!
Informazioni di Base sull'Estensione
Nome | |
ID | bbpjhggnbaikfoankcdaieeohbjdnadc |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc |
Descrizione | Twitter Quotes are back! |
Dimensione del File | 26.6 KB |
Conteggio Installazioni | 215 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-09-17 |
Data di Pubblicazione | 2023-09-14 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | josecebe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/josecebe/twitter-quotes-are-back |
Lingue Supportate | de,en,fr,ca,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "josecebe", "manifest_version": 3, "name": "__MSG_twitterQuotesExtensionName__", "version": "1.0.4", "description": "__MSG_twitterQuotesExtensionDescription__", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } } } |