Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Cos'è Reddit Up/Down Vote Viewer?
Reddit Up/Down Vote Viewer è un'estensione di Chrome sviluppata da Nicholas Currault, e la sua funzione principale è "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Up/Down Vote Viewer
Scarica i file di estensione Reddit Up/Down Vote Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Reddit Up/Down Vote Viewer |
ID | oofcmapinmlnokjjigaojblalakmcohg |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
Descrizione | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
Dimensione del File | 33.46 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-08-03 |
Data di Pubblicazione | 2014-08-03 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Nicholas Currault |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |