Twitter old favourite

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

Twitter old favouriteとは何ですか?

Twitter old favouriteはMiles Croxfordによって開発されたChromeの拡張機能で、その主な機能は「Replace the new twitter heart favourite icon with the old star icon.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
公式URL https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
説明 Replace the new twitter heart favourite icon with the old star icon.
ファイルサイズ 8.49 KB
インストール数 40
現在のバージョン 0.1
最終更新日 2015-11-03
公開日 2015-11-03
評価 3.17/5 合計 6 レビュー
開発者 Miles Croxford
支払い方法 free
拡張機能のウェブサイト http://milescroxford.com
対応言語 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
}