Auto Reactions
This give reaction to all posts in current facebook page
Auto Reactions là gì?
Auto Reactions là một tiện ích mở rộng Chrome được phát triển bởi sundaykuloksun, và tính năng chính của nó là "This give reaction to all posts in current facebook page".
Tải xuống tệp CRX của tiện ích mở rộng Auto Reactions
Tải xuống các tệp mở rộng Auto Reactions 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
Automatically put any reactions on your current facebook page. But you have to manually trigger the reaction bar first. This plugin is an open source project, feel free to contribute :P https://github.com/199911/put-angry-face-on-all-fb-posts Change log: Fixed bug report by user in 1.5 Add thanksful button for mother's day in 1.4 Code clean up in 1.3 Facebook change the html of reaction panel, updated in 1.2 We have updated the UI in 1.1 :D
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Mô tả | This give reaction to all posts in current facebook page |
Kích Thước Tệp | 91.35 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2017-11-24 |
Ngày Phát Hành | 2017-11-24 |
Đánh Giá | 3.14/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | sundaykuloksun |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/199911/put-angry-face-on-all-fb-posts |
URL Trang Trợ Giúp | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Reactions", "description": "This give reaction to all posts in current facebook page", "version": "1.6", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "put-angry-icon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |