CurryReacts For Facebook
Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
Apa itu CurryReacts For Facebook?
CurryReacts For Facebook adalah ekstensi Chrome yang dikembangkan oleh Viren Mohindra, dan fitur utamanya adalah "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CurryReacts For Facebook
Unduh file ekstensi CurryReacts For Facebook 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
Steph Curry with the 3! Following his insane season, I felt we owed him some sort of a gift for all that he has brought to us, and Basketball. This swaps out the recently implemented Facebook Reaction emoji's with Stephen Curry's beautiful face. I hope you enjoy! Facebook permissions needed to, well, access the emoji's and swap them out. Open source: https://github.com/VirenMohindra/CurryReacts ___ Inspired by Francois Grante and his work involving Trump Reactions
Informasi Dasar Ekstensi
Nama | |
ID | doomjeblpidgihaceihmjcnapmhokjbo |
URL Resmi | https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo |
Deskripsi | Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face. |
Ukuran File | 869 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2016-03-22 |
Tanggal Publikasi | 2016-03-22 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | Viren Mohindra |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://virenmohindra.me/ |
URL Halaman Bantuan | http://virenmohindra.me/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/popup.js" ], "persistent": false }, "options_page": "popup.html", "name": "CurryReacts For Facebook", "short_name": "CurryReactsForFB", "version": "2.5", "manifest_version": 2, "description": "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.", "homepage_url": "http:\/\/virenmohindra.me\/", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "css\/curry.css" ] } ], "web_accessible_resources": [ "icons\/*.png" ], "icons": { "16": "icons\/icon1.png", "48": "icons\/icon2.png", "128": "icons\/icon3.png" } } |