Reddit upvote ratio

description

Reddit upvote ratioとは何ですか?

Reddit upvote ratioはYassinyaによって開発されたChromeの拡張機能で、その主な機能は「description」です。

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

screenshot

Reddit upvote ratio拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator                    

拡張機能の基本情報

名前 Reddit upvote ratio Reddit upvote ratio
ID pfobmldpncnhpnojdfloohfjmhjhfkdg
公式URL https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg
説明 description
ファイルサイズ 12.05 KB
インストール数 357
現在のバージョン 0.0.2
最終更新日 2022-02-09
公開日 2022-02-08
評価 5.00/5 合計 5 レビュー
開発者 Yassinya
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit upvote ratio",
    "version": "0.0.2",
    "description": "description",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "js\/arrive.min.js",
                "js\/content-script.js"
            ],
            "css": []
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "48": "images\/icons\/icon_48.png",
            "128": "images\/icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "manifest_version": 3
}