Dislike Return - Pro

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

What is Dislike Return - Pro?

Dislike Return - Pro is a Chrome extension developed by Wizz Extensions, and its main feature is "A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes".

Extension Screenshots

screenshot
screenshot

Download Dislike Return - Pro Extension CRX File

Download Dislike Return - Pro 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

                        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!                    

Extension Basic Information

Name Dislike Return - Pro Dislike Return - Pro
ID kfjacfhpkbjcfeammmpcbmmjmjmaamle
Official URL https://chromewebstore.google.com/detail/dislike-return-pro/kfjacfhpkbjcfeammmpcbmmjmjmaamle
Description A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes
File Size 34.19 KB
Installation Count 8,507
Current Version 1.6
Last Updated 2023-05-19
Publish Date 2023-01-19
Rating 2.61/5 Total 88 Ratings
Developer Wizz Extensions
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}