Twitter Stars

Changes the new Twitter 'Like' heart back to the original 'Favorite' star!

Τι είναι το Twitter Stars;

Το Twitter Stars είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kieran Uddin, και η κύρια λειτουργία του είναι "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

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

screenshot

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

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

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

                        Don't like the new Twitter "Like" button?
Install this Chrome extension today and change that pesky heart icon back to the original star!

v1.7.3 Changelog
- Fixed likes not being changed to favourites on certain pages.
- Minor styling fixes.                    

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

Όνομα Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
Επίσημο URL https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Περιγραφή Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Μέγεθος Αρχείου 77.15 KB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 1.7.3
Τελευταία Ενημέρωση 2016-08-31
Ημερομηνία Δημοσίευσης 2016-08-31
Αξιολόγηση 4.15/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Kieran Uddin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Stars",
    "short_name": "Twitter Stars",
    "options_page": "options\/index.html",
    "default_locale": "en",
    "description": "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!",
    "version": "1.7.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "StarsMain.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/animation.png",
        "style.css"
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/icon.png"
    }
}