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是由Wizz Extensions开发的Chrome扩展程序,该扩展的主要功能是“A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes”。

扩展截图

screenshot
screenshot

下载Dislike Return - Pro扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}