Autonomous Angries

When click the angry react button the icon comes alive.

Что такое Autonomous Angries?

Autonomous Angries - это расширение Chrome, разработанное Procrastinating Student, и его основная функция - "When click the angry react button the icon comes alive.".

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

screenshot
screenshot

Скачать файл CRX расширения Autonomous Angries

Скачайте файлы расширений Autonomous Angries в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Need more angry in your life? This is the extension for you.

Reacting angrily to a facebook post or comment makes your angry react emoji come to life. If you change the reaction it goes away.

Edit: from now on the emoji size will be proportional the number of angry reacts                    

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

Название Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
Официальный URL https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
Описание When click the angry react button the icon comes alive.
Размер файла 75.02 KB
Количество установок 173
Текущая Версия 1.0.2
Последнее Обновление 2018-01-09
Дата публикации 2018-01-08
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Procrastinating Student
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autonomous Angries",
    "description": "When click the angry react button the icon comes alive.",
    "version": "1.0.2",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "third-party\/jquery-1.12.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/emoji-19.png",
            "38": "images\/emoji-38.png"
        }
    },
    "manifest_version": 2
}