Reddit upvote ratio
description
Apa itu Reddit upvote ratio?
Reddit upvote ratio adalah ekstensi Chrome yang dikembangkan oleh Yassinya, dan fitur utamanya adalah "description".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit upvote ratio
Unduh file ekstensi Reddit upvote ratio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator
Informasi Dasar Ekstensi
Nama | Reddit upvote ratio |
ID | pfobmldpncnhpnojdfloohfjmhjhfkdg |
URL Resmi | https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg |
Deskripsi | description |
Ukuran File | 12.05 KB |
Jumlah Instalasi | 357 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2022-02-09 |
Tanggal Publikasi | 2022-02-08 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Yassinya |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |