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是由Kohlbern Jary开发的Chrome扩展程序,该扩展的主要功能是“Enables client-side rendering of Something Awful Emotes on Facebook and Twitter”。
扩展截图
下载SA Emotes for Facebook and Twitter扩展crx文件
下载SA Emotes for Facebook and Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |