Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Co to jest Reddit Up/Down Vote Viewer?
Reddit Up/Down Vote Viewer to rozszerzenie Chrome opracowane przez Nicholas Currault, a jego główną funkcją jest „This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Up/Down Vote Viewer
Pobierz pliki rozszerzeń Reddit Up/Down Vote Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oofcmapinmlnokjjigaojblalakmcohg |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
| Opis | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
| Rozmiar pliku | 33.46 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2014-08-03 |
| Data Publikacji | 2014-08-03 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | Nicholas Currault |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |