Dislike Return - Pro

A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes

Dislike Return - Proคืออะไร?

Dislike Return - Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wizz Extensions และคุณลักษณะหลักของมันคือ "A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dislike Return - Pro

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

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

                        Introducing "Dislike Restore PRO," a comprehensive extension that empowers users by reinstating the visibility of dislikes on a popular video platform.

With this extension, you can regain control and access a wealth of valuable information. By utilizing a combination of archived like and dislike data, along with input from extension users, the extension provides the most accurate ratings for your viewing pleasure.

Experience a more informed browsing experience and have a wonderful day!                    

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

ชื่อ Dislike Return - Pro Dislike Return - Pro
ID kfjacfhpkbjcfeammmpcbmmjmjmaamle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dislike-return-pro/kfjacfhpkbjcfeammmpcbmmjmjmaamle
คำอธิบาย A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes
ขนาดไฟล์ 34.19 KB
จำนวนการติดตั้ง 8,507
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2023-01-19
คะแนน 2.61/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา Wizz Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Dislike Return - Pro",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}