SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
SA Emotes for Facebook and Twitter là gì?
SA Emotes for Facebook and Twitter là một tiện ích mở rộng Chrome được phát triển bởi Kohlbern Jary, và tính năng chính của nó là "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SA Emotes for Facebook and Twitter
Tải xuống các tệp mở rộng SA Emotes for Facebook and Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
URL Chính Thức | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
Mô tả | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
Kích Thước Tệp | 2.81 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.0.4 |
Cập Nhật Lần Cuối | 2018-08-20 |
Ngày Phát Hành | 2018-08-20 |
Nhà Phát Triển | Kohlbern Jary |
[email protected] | |
Loại Thanh Toán | in_app |
Ngôn Ngữ Được Hỗ Trợ | 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" } |