Dislike Return - Pro

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

Hvad er Dislike Return - Pro?

Dislike Return - Pro er en Chrome-udvidelse udviklet af Wizz Extensions, og dens hovedfunktion er "A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Dislike Return - Pro-udvidelses-CRX-fil

Download Dislike Return - Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Dislike Return - Pro Dislike Return - Pro
ID kfjacfhpkbjcfeammmpcbmmjmjmaamle
Officiel URL https://chromewebstore.google.com/detail/dislike-return-pro/kfjacfhpkbjcfeammmpcbmmjmjmaamle
Beskrivelse A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes
Filstørrelse 34.19 KB
Antal Installationer 8,507
Nuværende Version 1.6
Senest Opdateret 2023-05-19
Udgivelsesdato 2023-01-19
Bedømmelse 2.61/5 Samlet 88 Bedømmelser
Udvikler Wizz Extensions
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}