pikabu_show_pluses_and_minuses

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

pikabu_show_pluses_and_minusesคืออะไร?

pikabu_show_pluses_and_minuses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sergeydevz และคุณลักษณะหลักของมันคือ "Shows minuses and pluses on each comment without hovering over rating element"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pikabu_show_pluses_and_minuses

ดาวน์โหลดไฟล์ส่วนขยาย pikabu_show_pluses_and_minuses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!!!!!!!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ pikabu_show_pluses_and_minuses pikabu_show_pluses_and_minuses
ID ndhhdbdaffdmbmidlgnlanfdcckdjchj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pikabushowplusesandminuse/ndhhdbdaffdmbmidlgnlanfdcckdjchj
คำอธิบาย Shows minuses and pluses on each comment without hovering over rating element
ขนาดไฟล์ 16.69 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-01-29
วันที่เผยแพร่ 2020-01-29
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา sergeydevz
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/DevAlone/tagit/blob/master/privacy_policy.md
ภาษาที่รองรับ 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"
            ]
        }
    ]
}