Twitter old favourite

Replace the new twitter heart favourite icon with the old star icon.

Co je Twitter old favourite?

Twitter old favourite je rozšíření Chrome vyvinuté Miles Croxford, a jeho hlavní funkcí je „Replace the new twitter heart favourite icon with the old star icon.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter old favourite

Stáhněte si soubory rozšíření Twitter old favourite 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 heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.                    

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

Název Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
Oficiální URL https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
Popis Replace the new twitter heart favourite icon with the old star icon.
Velikost souboru 8.49 KB
Počet instalací 40
Aktuální Verze 0.1
Poslední Aktualizace 2015-11-03
Datum Vydání 2015-11-03
Hodnocení 3.17/5 Celkem 6 Hodnocení
Vývojář Miles Croxford
Typ Platby free
Webové stránky Rozšíření http://milescroxford.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter old favourite",
    "description": "Replace the new twitter heart favourite icon with the old star icon.",
    "version": "0.1",
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "web_accessible_resources": [
        "stars.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}