Autonomous Angries

When click the angry react button the icon comes alive.

Co je Autonomous Angries?

Autonomous Angries je rozšíření Chrome vyvinuté Procrastinating Student, a jeho hlavní funkcí je „When click the angry react button the icon comes alive.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Autonomous Angries

Stáhněte si soubory rozšíření Autonomous Angries ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
Oficiální URL https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
Popis When click the angry react button the icon comes alive.
Velikost souboru 75.02 KB
Počet instalací 173
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-01-09
Datum Vydání 2018-01-08
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Procrastinating Student
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}