Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Wat is Reddit Up/Down Vote Viewer?
Reddit Up/Down Vote Viewer is een Chrome-extensie ontwikkeld door Nicholas Currault, en de belangrijkste functie is "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Up/Down Vote Viewer
Download Reddit Up/Down Vote Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |  | 
| ID | oofcmapinmlnokjjigaojblalakmcohg | 
| Officiële URL | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg | 
| Beschrijving | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. | 
| Bestandsgrootte | 33.46 KB | 
| Aantal Installaties | 24 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2014-08-03 | 
| Publicatiedatum | 2014-08-03 | 
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Nicholas Currault | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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
} | |