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 |
官方網址 | 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" } |