KellyC JRShowRating

Show rating of posts and comments for authored users

Co to jest KellyC JRShowRating?

KellyC JRShowRating to rozszerzenie Chrome opracowane przez https://kelly.catface.ru, a jego główną funkcją jest „Show rating of posts and comments for authored users”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia KellyC JRShowRating

Pobierz pliki rozszerzeń KellyC JRShowRating 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

                        Show rating of posts and comments for authored users on sites with supported HTML layouts (ex. catface.ru)

Optional :

- Hide posts and comments by rating
- Highlight comments                    

Podstawowe informacje o rozszerzeniu

Nazwa KellyC JRShowRating KellyC JRShowRating
ID phdcanpdbhjcbcpnkmgmhaemipnppckd
Oficjalny URL https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd
Opis Show rating of posts and comments for authored users
Rozmiar pliku 100 KB
Liczba instalacji 314
Aktualna Wersja 1.0.2.2
Ostatnia Aktualizacja 2022-04-29
Data Publikacji 2020-06-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://kelly.catface.ru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/NC22/KellyCJRShowRating
Adres URL Strony Pomocy https://github.com/NC22/KellyCJRShowRating
Adres URL Strony Polityki Prywatności https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lib\/kellyTools.js",
                "lib\/kellyStorage.js",
                "lib\/kellyShowRateTpl.js",
                "lib\/kellyShowRate.js",
                "lib\/kellyTHComments.js",
                "init\/init.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.0.2.2",
    "name": "KellyC JRShowRating",
    "description": "__MSG_ext_description__",
    "icons": {
        "32": "env\/img\/icon32x32.png",
        "44": "env\/img\/icon44x44.png",
        "128": "env\/img\/icon128x128.png"
    },
    "author": "nradiowave",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "env\/page\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [],
            "extension_ids": []
        }
    ]
}