Twitter Stars

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

Twitter Stars là gì?

Twitter Stars là một tiện ích mở rộng Chrome được phát triển bởi Kieran Uddin, và tính năng chính của nó là "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Stars

Tải xuống các tệp mở rộng Twitter Stars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
URL Chính Thức https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Mô tả Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Kích Thước Tệp 77.15 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2016-08-31
Ngày Phát Hành 2016-08-31
Đánh Giá 4.15/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Kieran Uddin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}