Autonomous Angries
When click the angry react button the icon comes alive.
Autonomous Angries là gì?
Autonomous Angries là một tiện ích mở rộng Chrome được phát triển bởi Procrastinating Student, và tính năng chính của nó là "When click the angry react button the icon comes alive.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Autonomous Angries
Tải xuống các tệp mở rộng Autonomous Angries dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Autonomous Angries |
ID | ladoannjbdnikmpnicbfmclepnamdmcm |
URL Chính Thức | https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm |
Mô tả | When click the angry react button the icon comes alive. |
Kích Thước Tệp | 75.02 KB |
Số Lần Cài Đặt | 173 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-01-09 |
Ngày Phát Hành | 2018-01-08 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Procrastinating Student |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |