Trump Reactions
What if Facebook reactions were Trumps instead of Emojis?
Apa itu Trump Reactions?
Trump Reactions adalah ekstensi Chrome yang dikembangkan oleh https://francoisgrante.com, dan fitur utamanya adalah "What if Facebook reactions were Trumps instead of Emojis?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trump Reactions
Unduh file ekstensi Trump Reactions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mpmagkkbcjbhpmkofldmmofgpamkkbjh |
URL Resmi | https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh |
Deskripsi | What if Facebook reactions were Trumps instead of Emojis? |
Ukuran File | 296 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-02-28 |
Tanggal Publikasi | 2016-02-28 |
Penilaian | 3.41/5 Total 17 Penilaian |
Pengembang | https://francoisgrante.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://francoisgrante.com |
URL Halaman Bantuan | https://twitter.com/FGrante |
Bahasa yang Didukung | 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" ] } |