Autonomous Angries

When click the angry react button the icon comes alive.

Τι είναι το Autonomous Angries;

Το Autonomous Angries είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Procrastinating Student, και η κύρια λειτουργία του είναι "When click the angry react button the icon comes alive.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Autonomous Angries

Λήψη αρχείων επέκτασης Autonomous Angries σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
Επίσημο URL https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
Περιγραφή When click the angry react button the icon comes alive.
Μέγεθος Αρχείου 75.02 KB
Αριθμός Εγκαταστάσεων 173
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2018-01-09
Ημερομηνία Δημοσίευσης 2018-01-08
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Procrastinating Student
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}