Autonomous Angries
When click the angry react button the icon comes alive.
什么是Autonomous Angries?
Autonomous Angries是由Procrastinating Student开发的Chrome扩展程序,该扩展的主要功能是“When click the angry react button the icon comes alive.”。
扩展截图
下载Autonomous Angries扩展crx文件
下载Autonomous Angries扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Need more angry in your life? This is the extension for you. Reacting angrily to a facebook post or comment makes your angry react emoji come to life. If you change the reaction it goes away. Edit: from now on the emoji size will be proportional the number of angry reacts
扩展基本信息
名称 | Autonomous Angries |
ID | ladoannjbdnikmpnicbfmclepnamdmcm |
官方URL | https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm |
简介 | When click the angry react button the icon comes alive. |
文件大小 | 75.02 KB |
安装次数 | 173 |
当前版本 | 1.0.2 |
更新时间 | 2018-01-09 |
上架时间 | 2018-01-08 |
评分 | 4.75/5 共4次评分 |
开发者 | Procrastinating Student |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autonomous Angries", "description": "When click the angry react button the icon comes alive.", "version": "1.0.2", "permissions": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "css": [ "mystyles.css" ], "js": [ "third-party\/jquery-1.12.0.min.js", "myscript.js" ] } ], "browser_action": { "default_icon": { "19": "images\/emoji-19.png", "38": "images\/emoji-38.png" } }, "manifest_version": 2 } |