SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
Cos'è SA Emotes for Facebook and Twitter?
SA Emotes for Facebook and Twitter è un'estensione di Chrome sviluppata da Kohlbern Jary, e la sua funzione principale è "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SA Emotes for Facebook and Twitter
Scarica i file di estensione SA Emotes for Facebook and Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
| URL Ufficiale | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
| Descrizione | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
| Dimensione del File | 2.81 MB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.0.0.4 |
| Ultimo Aggiornamento | 2018-08-20 |
| Data di Pubblicazione | 2018-08-20 |
| Sviluppatore | Kohlbern Jary |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Lingue Supportate | 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"
} | |