Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Qu'est-ce que Youtube™ Actual Top Comments ?

Youtube™ Actual Top Comments est une extension Chrome développée par Sgtpanda, et sa fonction principale est "Sort YouTube™ comments by most liked and search all comments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube™ Actual Top Comments

Téléchargez les fichiers d'extension Youtube™ Actual Top Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Youtube™ Actual Top Comments Youtube™ Actual Top Comments
ID hbdmelobmfcompinikjdaiphhonbgfpn
URL Officiel https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn
Description Sort YouTube™ comments by most liked and search all comments
Taille du Fichier 126 KB
Nombre d'Installations 3,561
Version Actuelle 1.3
Dernière Mise à Jour 2022-02-28
Date de Publication 2019-10-03
Évaluation 4.37/5 Total 41 Évaluations
Développeur Sgtpanda
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
URL de la Page d'Aide https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Langues Prises en Charge 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"
            }
        }
    }
}