Twitter Stars

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

Wat is Twitter Stars?

Twitter Stars is een Chrome-extensie ontwikkeld door Kieran Uddin, en de belangrijkste functie is "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Stars

Download Twitter Stars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
Officiële URL https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Beschrijving Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Bestandsgrootte 77.15 KB
Aantal Installaties 63
Huidige Versie 1.7.3
Laatst Bijgewerkt 2016-08-31
Publicatiedatum 2016-08-31
Beoordeling 4.15/5 Totaal 13 Beoordelingen
Ontwikkelaar Kieran Uddin
Betalingswijze free
Ondersteunde Talen 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"
    }
}