Twitter old favourite

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

Hvad er Twitter old favourite?

Twitter old favourite er en Chrome-udvidelse udviklet af Miles Croxford, og dens hovedfunktion er "Replace the new twitter heart favourite icon with the old star icon.".

Udvidelsesskærmbilleder

screenshot

Download Twitter old favourite-udvidelses-CRX-fil

Download Twitter old favourite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
Officiel URL https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
Beskrivelse Replace the new twitter heart favourite icon with the old star icon.
Filstørrelse 8.49 KB
Antal Installationer 40
Nuværende Version 0.1
Senest Opdateret 2015-11-03
Udgivelsesdato 2015-11-03
Bedømmelse 3.17/5 Samlet 6 Bedømmelser
Udvikler Miles Croxford
Betalingsmetode free
Udvidelseswebsted http://milescroxford.com
Understøttede Sprog 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
}