Momentum Emoji
This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
什么是Momentum Emoji?
Momentum Emoji是由http://momentum.hu开发的Chrome扩展程序,该扩展的主要功能是“This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.”。
扩展截图
下载Momentum Emoji扩展crx文件
下载Momentum Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.
扩展基本信息
名称 | |
ID | mhpaendpohlenfphlhcopfampjhlekga |
官方URL | https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga |
简介 | This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones. |
文件大小 | 23.07 KB |
安装次数 | 67 |
当前版本 | 0.4.5 |
更新时间 | 2019-04-14 |
上架时间 | 2019-04-14 |
评分 | 5.00/5 共1次评分 |
开发者 | http://momentum.hu |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://momentum.hu/momentum-adatvedelmi-tajekoztato |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momentum Emoji", "version": "0.4.5", "description": "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.", "author": "Enys Mones", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "main.bundle.js" ] } ], "browser_action": { "default_title": "Facebook plugin", "default_popup": "settings.html" }, "web_accessible_resources": [ "*.png" ], "permissions": [] } |