Reddit upvote ratio
description
什麼是Reddit upvote ratio?
Reddit upvote ratio是由Yassinya開發的Chrome擴展程式,該擴展的主要功能是“description”。
擴展截圖
下載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 |
ID | pfobmldpncnhpnojdfloohfjmhjhfkdg |
官方網址 | 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 |
電子郵箱 | [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 } |