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 - это расширение Chrome, разработанное Kohlbern Jary, и его основная функция - "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SA Emotes for Facebook and Twitter

Скачайте файлы расширений 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                    

Основная информация о расширении

Название SA Emotes for Facebook and Twitter SA Emotes for Facebook and Twitter
ID jfkjkkepblkmhhcofkdkgjekligghpkp
Официальный URL 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"
}