Reddit upvote ratio
description
Wat is Reddit upvote ratio?
Reddit upvote ratio is een Chrome-extensie ontwikkeld door Yassinya, en de belangrijkste functie is "description".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit upvote ratio
Download Reddit upvote ratio-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
This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator
Basisinformatie over de Extensie
Naam | Reddit upvote ratio |
ID | pfobmldpncnhpnojdfloohfjmhjhfkdg |
Officiële URL | https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg |
Beschrijving | description |
Bestandsgrootte | 12.05 KB |
Aantal Installaties | 357 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-02-09 |
Publicatiedatum | 2022-02-08 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Yassinya |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |