Auto Reactions
This give reaction to all posts in current facebook page
Auto Reactions란 무엇입니까?
Auto Reactions은(는) sundaykuloksun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This give reaction to all posts in current facebook page"입니다.
Auto Reactions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
공식 URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
설명 | This give reaction to all posts in current facebook page |
파일 크기 | 91.35 KB |
설치 횟수 | 48 |
현재 버전 | 1.6 |
최근 업데이트 | 2017-11-24 |
출시 날짜 | 2017-11-24 |
평점 | 3.14/5 총 21 개의 평점 |
개발자 | sundaykuloksun |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/199911/put-angry-face-on-all-fb-posts |
도움말 페이지 URL | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
지원되는 언어 | 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:\/\/*\/*" ] } ] } |