SA Emotes for Facebook and Twitter
Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
Co to jest SA Emotes for Facebook and Twitter?
SA Emotes for Facebook and Twitter to rozszerzenie Chrome opracowane przez Kohlbern Jary, a jego główną funkcją jest „Enables client-side rendering of Something Awful Emotes on Facebook and Twitter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SA Emotes for Facebook and Twitter
Pobierz pliki rozszerzeń SA Emotes for Facebook and Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jfkjkkepblkmhhcofkdkgjekligghpkp |
Oficjalny URL | https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp |
Opis | Enables client-side rendering of Something Awful Emotes on Facebook and Twitter |
Rozmiar pliku | 2.81 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0.0.4 |
Ostatnia Aktualizacja | 2018-08-20 |
Data Publikacji | 2018-08-20 |
Deweloper | Kohlbern Jary |
[email protected] | |
Typ Płatności | in_app |
Obsługiwane Języki | 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" } |