SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
ما هو SA Emotes for Facebook and Twitter؟
SA Emotes for Facebook and Twitter هو إضافة Chrome تم تطويرها بواسطة Kohlbern Jary، والميزة الرئيسية لها هي "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SA Emotes for Facebook and Twitter
قم بتنزيل ملفات الامتداد SA Emotes for Facebook and Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enables client-side rendering of Something Awful Emoticons on Facebook and Twitter. Post all your favorites like :yikes: and :frogout:, even the ones no one uses like :megadeath: and :sotw:. Userscript version for Tampermonkey is also available at https://gist.github.com/KohlJary/e0038e2c269c4b102cbe02ffc9317cee
معلومات أساسية عن التمديد
الاسم | |
ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
الوصف | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
حجم الملف | 2.81 MB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.0.4 |
آخر تحديث | 2018-08-20 |
تاريخ النشر | 2018-08-20 |
المطور | Kohlbern Jary |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery.min.js", "SA Smilies Facebook + Twitter Chrome.user.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "icons": { "48": "img\/icons\/48Icon.png", "128": "img\/icons\/128Icon.png" }, "browser_action": { "default_icon": "img\/icons\/48Icon.png" }, "web_accessible_resources": [ "img\/emote\/*" ], "converted_from_user_script": true, "description": "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter", "name": "SA Emotes for Facebook and Twitter", "short_name": "SA Emotes for FB and Twitter", "author": "Kohlbern Jary", "version": "1.0.0.4" } |