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
Eメール [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": [
                ""
            ]
        }
    ]
}