Autonomous Angries
When click the angry react button the icon comes alive.
Was ist Autonomous Angries?
Autonomous Angries ist eine Chrome-Erweiterung, die von Procrastinating Student entwickelt wurde, und ihr Hauptmerkmal ist "When click the angry react button the icon comes alive.".
Erweiterungsscreenshots
Autonomous Angries-Erweiterungs-CRX-Datei herunterladen
Laden Sie Autonomous Angries-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Autonomous Angries |
ID | ladoannjbdnikmpnicbfmclepnamdmcm |
Offizielle URL | https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm |
Beschreibung | When click the angry react button the icon comes alive. |
Dateigröße | 75.02 KB |
Installationsanzahl | 173 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-01-09 |
Veröffentlichungsdatum | 2018-01-08 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Procrastinating Student |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |