Reddit Hide Votes
Hide vote counts
Wat is Reddit Hide Votes?
Reddit Hide Votes is een Chrome-extensie ontwikkeld door https://deejdesigns.com, en de belangrijkste functie is "Hide vote counts".
Download het CRX-bestand van de extensie Reddit Hide Votes
Download Reddit Hide Votes-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
Hide vote counts on reddit. Basisinformatie over de Extensie
| Naam | |
| ID | nmcaldfaheeenocpfcejfgbhlbpahmhe |
| Officiële URL | https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe |
| Beschrijving | Hide vote counts |
| Bestandsgrootte | 96.7 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 0.0.12 |
| Laatst Bijgewerkt | 2017-01-15 |
| Publicatiedatum | 2017-01-15 |
| Beoordeling | 3.25/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | https://deejdesigns.com |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Hide Votes",
"description": "Hide vote counts",
"version": "0.0.12",
"author": "DeejDesigns.com",
"web_accessible_resources": [
"\/scripts\/jquery-1.10.1.min.map"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"\/scripts\/jquery.js",
"\/scripts\/script.js"
],
"css": [
"\/styles\/style.css"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icon.png"
}
} | |