Reddit Hide Votes
Hide vote counts
Vad är Reddit Hide Votes?
Reddit Hide Votes är en Chrome-tillägg utvecklad av https://deejdesigns.com, och dess huvudfunktion är "Hide vote counts".
Ladda ner Reddit Hide Votes-förlängningens CRX-fil
Ladda ner Reddit Hide Votes-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
Hide vote counts on reddit.
Grundläggande Information om Tillägg
Namn | Reddit Hide Votes |
ID | nmcaldfaheeenocpfcejfgbhlbpahmhe |
Officiell webbadress | https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe |
Beskrivning | Hide vote counts |
Filstorlek | 96.7 KB |
Antal Installationer | 41 |
Aktuell Version | 0.0.12 |
Senast Uppdaterad | 2017-01-15 |
Publiceringsdatum | 2017-01-15 |
Betyg | 3.25/5 Totalt 12 Betyg |
Utvecklare | https://deejdesigns.com |
Betalningssätt | free |
Stödda Språk | 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" } } |