Reddit User Highlighter
Highlights reddit users based on subreddits.
Co to jest Reddit User Highlighter?
Reddit User Highlighter to rozszerzenie Chrome opracowane przez megasus, a jego główną funkcją jest „Highlights reddit users based on subreddits.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit User Highlighter
Pobierz pliki rozszerzeń Reddit User Highlighter 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 | jhfkpdblaahalehkaoldakkgaknhbfcl |
Oficjalny URL | https://chrome.google.com/webstore/detail/reddit-user-highlighter/jhfkpdblaahalehkaoldakkgaknhbfcl |
Opis | Highlights reddit users based on subreddits. |
Rozmiar pliku | 35.63 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-12-30 |
Data Publikacji | 2016-12-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | megasus |
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 User Highlighter", "description": "Highlights reddit users based on subreddits.", "version": "1.2", "options_page": "options.html", "content_scripts": [ { "js": [ "contentscript.js", "jquery.js" ], "matches": [ "https:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*" ], "css": [ "blacklist.css" ] } ], "browser_action": [], "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "script.js" ] } |