Auto Reactions
This give reaction to all posts in current facebook page
Apa itu Auto Reactions?
Auto Reactions adalah ekstensi Chrome yang dikembangkan oleh sundaykuloksun, dan fitur utamanya adalah "This give reaction to all posts in current facebook page".
Unduh Berkas CRX Ekstensi Auto Reactions
Unduh file ekstensi Auto Reactions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
URL Resmi | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Deskripsi | This give reaction to all posts in current facebook page |
Ukuran File | 91.35 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2017-11-24 |
Tanggal Publikasi | 2017-11-24 |
Penilaian | 3.14/5 Total 21 Penilaian |
Pengembang | sundaykuloksun |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/199911/put-angry-face-on-all-fb-posts |
URL Halaman Bantuan | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |