pikabu_show_pluses_and_minuses

Shows minuses and pluses on each comment without hovering over rating element

What is pikabu_show_pluses_and_minuses?

pikabu_show_pluses_and_minuses is a Chrome extension developed by sergeydevz, and its main feature is "Shows minuses and pluses on each comment without hovering over rating element".

Extension Screenshots

screenshot

Download pikabu_show_pluses_and_minuses Extension CRX File

Download pikabu_show_pluses_and_minuses extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shows minuses and pluses on each comment on pikabu.ru without hovering over rating element in these cases:

1. number of pluses - number_of_minuses != rating
2. number of minuses > 0 AND number of minuses > 0


GOOGLE ROBOT, THIS FIELD IS NOT EMPTY, DO NOT REJECT!!!!!!!                    

Extension Basic Information

Name pikabu_show_pluses_and_minuses pikabu_show_pluses_and_minuses
ID ndhhdbdaffdmbmidlgnlanfdcckdjchj
Official URL https://chromewebstore.google.com/detail/pikabushowplusesandminuse/ndhhdbdaffdmbmidlgnlanfdcckdjchj
Description Shows minuses and pluses on each comment without hovering over rating element
File Size 16.69 KB
Installation Count 159
Current Version 0.2
Last Updated 2020-01-29
Publish Date 2020-01-29
Rating 4.50/5 Total 4 Ratings
Developer sergeydevz
Payment Type free
Privacy Policy Page URL https://github.com/DevAlone/tagit/blob/master/privacy_policy.md
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "pikabu_show_pluses_and_minuses",
    "version": "0.2",
    "homepage_url": "https:\/\/github.com\/DevAlone\/pikabu_show_pluses_and_minuses",
    "browser_specific_settings": {
        "gecko": {
            "id": "{b5503e8b-13b7-4c95-8ca3-bbe58f00ecc8}",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "https:\/\/*.pikabu.ru\/*",
        "https:\/\/pikabu.ru\/*"
    ],
    "description": "Shows minuses and pluses on each comment without hovering over rating element",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pikabu.ru\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}