Trump Reactions
What if Facebook reactions were Trumps instead of Emojis?
Wat is Trump Reactions?
Trump Reactions is een Chrome-extensie ontwikkeld door https://francoisgrante.com, en de belangrijkste functie is "What if Facebook reactions were Trumps instead of Emojis?".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump Reactions
Download Trump Reactions-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
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
Basisinformatie over de Extensie
Naam | |
ID | mpmagkkbcjbhpmkofldmmofgpamkkbjh |
Officiële URL | https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh |
Beschrijving | What if Facebook reactions were Trumps instead of Emojis? |
Bestandsgrootte | 296 KB |
Aantal Installaties | 109 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-02-28 |
Publicatiedatum | 2016-02-28 |
Beoordeling | 3.41/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://francoisgrante.com |
Betalingswijze | free |
Extensiewebsite | https://francoisgrante.com |
Help Pagina-URL | https://twitter.com/FGrante |
Ondersteunde Talen | 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" ] } |