Autonomous Angries

When click the angry react button the icon comes alive.

Hvad er Autonomous Angries?

Autonomous Angries er en Chrome-udvidelse udviklet af Procrastinating Student, og dens hovedfunktion er "When click the angry react button the icon comes alive.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Autonomous Angries-udvidelses-CRX-fil

Download Autonomous Angries-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
Officiel URL https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
Beskrivelse When click the angry react button the icon comes alive.
Filstørrelse 75.02 KB
Antal Installationer 173
Nuværende Version 1.0.2
Senest Opdateret 2018-01-09
Udgivelsesdato 2018-01-08
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler Procrastinating Student
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}