CurryReacts For Facebook
Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
什麼是CurryReacts For Facebook?
CurryReacts For Facebook是由Viren Mohindra開發的Chrome擴展程式,該擴展的主要功能是“Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.”。
擴展截圖
下載CurryReacts For Facebook擴展crx文件
下載CurryReacts For Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | doomjeblpidgihaceihmjcnapmhokjbo |
官方網址 | https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo |
簡介 | Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face. |
檔案大小 | 869 KB |
安裝次數 | 21 |
目前版本 | 2.5 |
更新時間 | 2016-03-22 |
上架時間 | 2016-03-22 |
評分 | 4.40/5 共 5 次評分 |
開發者 | Viren Mohindra |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://virenmohindra.me/ |
說明頁面URL | http://virenmohindra.me/ |
支援的語言 | 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" } } |