Trump Reactions
What if Facebook reactions were Trumps instead of Emojis?
Cos'è Trump Reactions?
Trump Reactions è un'estensione di Chrome sviluppata da https://francoisgrante.com, e la sua funzione principale è "What if Facebook reactions were Trumps instead of Emojis?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Reactions
Scarica i file di estensione Trump Reactions 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
Replaces new Facebook reactions by Trump. You're welcome. How to build your own extension modifying Facebook Reactions: https://francoisgrante.com/articles/customize-facebook-reactions/ This Chrome extension was inspired by Hunter Schwartz's tweet: https://twitter.com/hunterschwarz/status/702954959927644160
Informazioni di Base sull'Estensione
Nome | |
ID | mpmagkkbcjbhpmkofldmmofgpamkkbjh |
URL Ufficiale | https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh |
Descrizione | What if Facebook reactions were Trumps instead of Emojis? |
Dimensione del File | 296 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-02-28 |
Data di Pubblicazione | 2016-02-28 |
Valutazione | 3.41/5 Totale 17 Valutazioni |
Sviluppatore | https://francoisgrante.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://francoisgrante.com |
URL della Pagina di Aiuto | https://twitter.com/FGrante |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Reactions", "short_name": "Trump Reactions", "version": "0.0.1", "manifest_version": 2, "description": "What if Facebook reactions were Trumps instead of Emojis?", "homepage_url": "https:\/\/francoisgrante.com", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "content_script\/replace-reactions.css" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |