Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Τι είναι το Youtube™ Actual Top Comments;

Το Youtube™ Actual Top Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sgtpanda, και η κύρια λειτουργία του είναι "Sort YouTube™ comments by most liked and search all comments".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube™ Actual Top Comments

Λήψη αρχείων επέκτασης Youtube™ Actual Top Comments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Youtube™ Actual Top Comments Youtube™ Actual Top Comments
ID hbdmelobmfcompinikjdaiphhonbgfpn
Επίσημο URL https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn
Περιγραφή Sort YouTube™ comments by most liked and search all comments
Μέγεθος Αρχείου 126 KB
Αριθμός Εγκαταστάσεων 3,561
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2022-02-28
Ημερομηνία Δημοσίευσης 2019-10-03
Αξιολόγηση 4.37/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής Sgtpanda
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Διεύθυνση URL της Σελίδας Βοήθειας https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}