Twitter Stars

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

Qu'est-ce que Twitter Stars ?

Twitter Stars est une extension Chrome développée par Kieran Uddin, et sa fonction principale est "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Stars

Téléchargez les fichiers d'extension Twitter Stars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
URL Officiel https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Description Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Taille du Fichier 77.15 KB
Nombre d'Installations 63
Version Actuelle 1.7.3
Dernière Mise à Jour 2016-08-31
Date de Publication 2016-08-31
Évaluation 4.15/5 Total 13 Évaluations
Développeur Kieran Uddin
Type de Paiement free
Langues Prises en Charge 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"
    }
}