Trump Reactions
What if Facebook reactions were Trumps instead of Emojis?
ما هو Trump Reactions؟
Trump Reactions هو إضافة Chrome تم تطويرها بواسطة https://francoisgrante.com، والميزة الرئيسية لها هي "What if Facebook reactions were Trumps instead of Emojis?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trump Reactions
قم بتنزيل ملفات الامتداد Trump Reactions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces new Facebook reactions by Trump. You're welcome. How to build your own extension modifying Facebook Reactions: https://francoisgrante.com/articles/customize-facebook-reactions/ This Chrome extension was inspired by Hunter Schwartz's tweet: https://twitter.com/hunterschwarz/status/702954959927644160
معلومات أساسية عن التمديد
الاسم | |
ID | mpmagkkbcjbhpmkofldmmofgpamkkbjh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh |
الوصف | What if Facebook reactions were Trumps instead of Emojis? |
حجم الملف | 296 KB |
عدد التثبيتات | 109 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-02-28 |
تاريخ النشر | 2016-02-28 |
تقييم | 3.41/5 مجموع تقييمات 17 |
المطور | https://francoisgrante.com |
نوع الدفع | free |
موقع الإضافة | https://francoisgrante.com |
عنوان صفحة المساعدة | https://twitter.com/FGrante |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Reactions", "short_name": "Trump Reactions", "version": "0.0.1", "manifest_version": 2, "description": "What if Facebook reactions were Trumps instead of Emojis?", "homepage_url": "https:\/\/francoisgrante.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" ] } |