Twitter Stars

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

Co je Twitter Stars?

Twitter Stars je rozšíření Chrome vyvinuté Kieran Uddin, a jeho hlavní funkcí je „Changes the new Twitter 'Like' heart back to the original 'Favorite' star!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Stars

Stáhněte si soubory rozšíření Twitter Stars ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
Oficiální URL https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Popis Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Velikost souboru 77.15 KB
Počet instalací 63
Aktuální Verze 1.7.3
Poslední Aktualizace 2016-08-31
Datum Vydání 2016-08-31
Hodnocení 4.15/5 Celkem 13 Hodnocení
Vývojář Kieran Uddin
Typ Platby free
Podporované Jazyky 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"
    }
}