Beyoncé Reactions
The next time you react on facebook, Beyoncé reacts with you!
Beyoncé Reactions là gì?
Beyoncé Reactions là một tiện ích mở rộng Chrome được phát triển bởi https://www.reactyourway.com, và tính năng chính của nó là "The next time you react on facebook, Beyoncé reacts with you!".
Ả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 Beyoncé Reactions
Tải xuống các tệp mở rộng Beyoncé 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
Replace Facebook Reactions with Beyonce's Reactions! If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com. Note: Reload facebook & chrome to use the reaction.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beyoncé Reactions |
ID | ffngjfagfaeddjeambfjgjlmpaklkkea |
URL Chính Thức | https://chromewebstore.google.com/detail/beyonc%C3%A9-reactions/ffngjfagfaeddjeambfjgjlmpaklkkea |
Mô tả | The next time you react on facebook, Beyoncé reacts with you! |
Kích Thước Tệp | 703 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2016-03-04 |
Ngày Phát Hành | 2016-03-03 |
Nhà Phát Triển | https://www.reactyourway.com |
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": "Beyonc\u00e9 Reactions", "short_name": "Beyonc\u00e9 Reactions", "version": "0.0.1", "manifest_version": 2, "description": "The next time you react on facebook, Beyonc\u00e9 reacts with you!", "homepage_url": "https:\/\/reactyourway.com", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "content_script\/replace-reactions.css" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |