Fav Forever

Bring 'favorite' stars back to Twitter.

Fav Foreverとは何ですか?

Fav Foreverはhttps://reed.meによって開発されたChromeの拡張機能で、その主な機能は「Bring 'favorite' stars back to Twitter.」です。

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

screenshot

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

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

拡張機能の使用方法

                        On November 3, 2015, the lives of millions of Twitter users were forever changed. Where yesterday there were stars, today there are hearts. Fav Forever brings the stars back.

By @reedkavner

Contribute: https://github.com/reedkavner/fav-forever

Updated June 2017 to match Twitter's redesign.                    

拡張機能の基本情報

名前 Fav Forever Fav Forever
ID belacnojopafdobcknphjadpphldcpao
公式URL https://chromewebstore.google.com/detail/fav-forever/belacnojopafdobcknphjadpphldcpao
説明 Bring 'favorite' stars back to Twitter.
ファイルサイズ 125 KB
インストール数 480
現在のバージョン 1.3
最終更新日 2017-06-17
公開日 2017-06-17
評価 4.18/5 合計 50 レビュー
開発者 https://reed.me
支払い方法 free
拡張機能のウェブサイト http://reed.me
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fav Forever",
    "description": "Bring 'favorite' stars back to Twitter.",
    "icons": {
        "128": "icon-128.png"
    },
    "version": "1.3",
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "stars.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "*:\/\/www.twitter.com\/*"
    ]
}