Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Was ist Youtube™ Actual Top Comments?

Youtube™ Actual Top Comments ist eine Chrome-Erweiterung, die von Sgtpanda entwickelt wurde, und ihr Hauptmerkmal ist "Sort YouTube™ comments by most liked and search all comments".

Erweiterungsscreenshots

screenshot

Youtube™ Actual Top Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube™ Actual Top Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension provides a small popup window that lists all comments in the YouTube™ video by their number of likes, instead of using the "Top Comments" relevancy based algorithm that Youtube™ itself uses. It also provides a feature to search through all comments instead of being forced to wait for them all to load when you want to use Ctrl+F.

New: Alt+C is now a shortcut to open the extension!                    

Grundlegende Informationen zur Erweiterung

Name Youtube™ Actual Top Comments Youtube™ Actual Top Comments
ID hbdmelobmfcompinikjdaiphhonbgfpn
Offizielle URL https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn
Beschreibung Sort YouTube™ comments by most liked and search all comments
Dateigröße 126 KB
Installationsanzahl 3,561
Aktuelle Version 1.3
Letztes Update 2022-02-28
Veröffentlichungsdatum 2019-10-03
Bewertung 4.37/5 Insgesamt 41 Bewertungen
Entwickler Sgtpanda
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Hilfeseite URL https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 Actual Top Comments",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Sort YouTube\u2122 comments by most liked and search all comments",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youtube-actual-top-commen\/hbdmelobmfcompinikjdaiphhonbgfpn",
    "icons": {
        "16": "icons\/16_yatc_ua.png",
        "48": "icons\/48_yatc_ua.png",
        "128": "icons\/128_yatc2.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "Youtube\u2122 Actual Top Comments",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}