Twitter Stars

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

Twitter Starsとは何ですか?

Twitter StarsはKieran Uddinによって開発されたChromeの拡張機能で、その主な機能は「Changes the new Twitter 'Like' heart back to the original 'Favorite' star!」です。

拡張機能のスクリーンショット

screenshot

Twitter Stars拡張機能のCRXファイルをダウンロード

Twitter Stars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
公式URL https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
説明 Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
ファイルサイズ 77.15 KB
インストール数 63
現在のバージョン 1.7.3
最終更新日 2016-08-31
公開日 2016-08-31
評価 4.15/5 合計 13 レビュー
開発者 Kieran Uddin
支払い方法 free
対応言語 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"
    }
}