Reddit upvote ratio
description
Vad är Reddit upvote ratio?
Reddit upvote ratio är en Chrome-tillägg utvecklad av Yassinya, och dess huvudfunktion är "description".
Tilläggsskärmbilder
Ladda ner Reddit upvote ratio-förlängningens CRX-fil
Ladda ner Reddit upvote ratio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator
Grundläggande Information om Tillägg
Namn | Reddit upvote ratio |
ID | pfobmldpncnhpnojdfloohfjmhjhfkdg |
Officiell webbadress | https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg |
Beskrivning | description |
Filstorlek | 12.05 KB |
Antal Installationer | 357 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2022-02-09 |
Publiceringsdatum | 2022-02-08 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Yassinya |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |