SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
Qu'est-ce que SA Emotes for Facebook and Twitter ?
SA Emotes for Facebook and Twitter est une extension Chrome développée par Kohlbern Jary, et sa fonction principale est "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SA Emotes for Facebook and Twitter
Téléchargez les fichiers d'extension SA Emotes for Facebook and Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
URL Officiel | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
Description | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
Taille du Fichier | 2.81 MB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.0.4 |
Dernière Mise à Jour | 2018-08-20 |
Date de Publication | 2018-08-20 |
Développeur | Kohlbern Jary |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" } |