SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
O que é SA Emotes for Facebook and Twitter?
SA Emotes for Facebook and Twitter é uma extensão do Chrome desenvolvida por Kohlbern Jary, e sua principal característica é "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SA Emotes for Facebook and Twitter
Baixe arquivos de extensão SA Emotes for Facebook and Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
URL Oficial | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
Descrição | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
Tamanho do Arquivo | 2.81 MB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.0.4 |
Última Atualização | 2018-08-20 |
Data de Publicação | 2018-08-20 |
Desenvolvedor | Kohlbern Jary |
[email protected] | |
Tipo de Pagamento | in_app |
Idiomas Suportados | 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" } |