Autonomous Angries
When click the angry react button the icon comes alive.
Vad är Autonomous Angries?
Autonomous Angries är en Chrome-tillägg utvecklad av Procrastinating Student, och dess huvudfunktion är "When click the angry react button the icon comes alive.".
Tilläggsskärmbilder
Ladda ner Autonomous Angries-förlängningens CRX-fil
Ladda ner Autonomous Angries-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | ladoannjbdnikmpnicbfmclepnamdmcm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm | 
| Beskrivning | When click the angry react button the icon comes alive. | 
| Filstorlek | 75.02 KB | 
| Antal Installationer | 173 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2018-01-09 | 
| Publiceringsdatum | 2018-01-08 | 
| Betyg | 4.75/5 Totalt 4 Betyg | 
| Utvecklare | Procrastinating Student | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |