Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Apa itu Reddit Up/Down Vote Viewer?
Reddit Up/Down Vote Viewer adalah ekstensi Chrome yang dikembangkan oleh Nicholas Currault, dan fitur utamanya adalah "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Up/Down Vote Viewer
Unduh file ekstensi Reddit Up/Down Vote Viewer 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
Informasi Dasar Ekstensi
Nama | Reddit Up/Down Vote Viewer |
ID | oofcmapinmlnokjjigaojblalakmcohg |
URL Resmi | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
Deskripsi | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
Ukuran File | 33.46 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-08-03 |
Tanggal Publikasi | 2014-08-03 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Nicholas Currault |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Up\/Down Vote Viewer", "description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.", "version": "1.0.1", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "main.user.js" ], "matches": [ "http:\/\/reddit.com\/r\/*\/comments\/*\/*", "http:\/\/www.reddit.com\/r\/*\/comments\/*\/*", "https:\/\/reddit.com\/r\/*\/comments\/*\/*", "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true } |