Twitter Stars

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

Apa itu Twitter Stars?

Twitter Stars adalah ekstensi Chrome yang dikembangkan oleh Kieran Uddin, dan fitur utamanya adalah "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitter Stars

Unduh file ekstensi Twitter Stars 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 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.                    

Informasi Dasar Ekstensi

Nama Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
URL Resmi https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Deskripsi Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Ukuran File 77.15 KB
Jumlah Instalasi 63
Versi Saat Ini 1.7.3
Terakhir Diperbarui 2016-08-31
Tanggal Publikasi 2016-08-31
Penilaian 4.15/5 Total 13 Penilaian
Pengembang Kieran Uddin
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}