Dislike Return - Pro

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

Co je Dislike Return - Pro?

Dislike Return - Pro je rozšíření Chrome vyvinuté Wizz Extensions, a jeho hlavní funkcí je „A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Dislike Return - Pro

Stáhněte si soubory rozšíření Dislike Return - Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Dislike Return - Pro Dislike Return - Pro
ID kfjacfhpkbjcfeammmpcbmmjmjmaamle
Oficiální URL https://chromewebstore.google.com/detail/dislike-return-pro/kfjacfhpkbjcfeammmpcbmmjmjmaamle
Popis A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes
Velikost souboru 34.19 KB
Počet instalací 8,507
Aktuální Verze 1.6
Poslední Aktualizace 2023-05-19
Datum Vydání 2023-01-19
Hodnocení 2.61/5 Celkem 88 Hodnocení
Vývojář Wizz Extensions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}