Autonomous Angries

When click the angry react button the icon comes alive.

Cos'è Autonomous Angries?

Autonomous Angries è un'estensione di Chrome sviluppata da Procrastinating Student, e la sua funzione principale è "When click the angry react button the icon comes alive.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Autonomous Angries

Scarica i file di estensione Autonomous Angries in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
URL Ufficiale https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
Descrizione When click the angry react button the icon comes alive.
Dimensione del File 75.02 KB
Conteggio Installazioni 173
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-01-09
Data di Pubblicazione 2018-01-08
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Procrastinating Student
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}