Auto Reactions
This give reaction to all posts in current facebook page
ما هو Auto Reactions؟
Auto Reactions هو إضافة Chrome تم تطويرها بواسطة sundaykuloksun، والميزة الرئيسية لها هي "This give reaction to all posts in current facebook page".
تحميل ملف CRX للإضافة Auto Reactions
قم بتنزيل ملفات الامتداد Auto Reactions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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:\/\/*\/*" ] } ] } |