Twitter old favourite

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

Apa itu Twitter old favourite?

Twitter old favourite adalah ekstensi Chrome yang dikembangkan oleh Miles Croxford, dan fitur utamanya adalah "Replace the new twitter heart favourite icon with the old star icon.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitter old favourite

Unduh file ekstensi Twitter old favourite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
URL Resmi https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
Deskripsi Replace the new twitter heart favourite icon with the old star icon.
Ukuran File 8.49 KB
Jumlah Instalasi 40
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-11-03
Tanggal Publikasi 2015-11-03
Penilaian 3.17/5 Total 6 Penilaian
Pengembang Miles Croxford
Tipe Pembayaran free
Situs Ekstensi http://milescroxford.com
Bahasa yang Didukung 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
}