Comment Reader for YouTube™ (Free)

Read and listen to YouTube™ video comments.

Qu'est-ce que Comment Reader for YouTube™ (Free) ?

Comment Reader for YouTube™ (Free) est une extension Chrome développée par http://mogacha.com, et sa fonction principale est "Read and listen to YouTube™ video comments.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Comment Reader for YouTube™ (Free)

Téléchargez les fichiers d'extension Comment Reader for YouTube™ (Free) 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

                        Read and listen to hundreds of top-level YouTube™ comments for your favorite videos. 

This extension makes reading YouTube™ comments fun and interactive. Use it to check out peer reviews of box office movies and get the inside scoop on the hottest shows.

Customize your interface and enjoy video commentary spoken in a variety of languages. Click to play, pause, and enhance your YouTube™ video experience.

For an even better experience, try out "Comment Reader for YouTube™ PRO"!

Note: The free version of this comment reader may include advertising.

[Features]

✓ Get YouTube™ video comments
✓ Single-click to read comments
✓ Play and pause functionality
✓ Adjust speech to fit your style
✓ Pick custom dialog colors from palette
✓ Customizable extension options

Easy usage with click of extension icon to read comments.
___________________________________________

[Notices]

The comment reader will not work for all videos, considering comments might be disabled or unavailable. If you are experiencing any issues, check the extension options or refresh the browser web page.

YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Informations de Base sur l'Extension

Nom Comment Reader for YouTube™ (Free) Comment Reader for YouTube™ (Free)
ID honhmenedacnhffjbiagnpaocfllnpfl
URL Officiel https://chrome.google.com/webstore/detail/comment-reader-for-youtub/honhmenedacnhffjbiagnpaocfllnpfl
Description Read and listen to YouTube™ video comments.
Taille du Fichier 95.38 KB
Nombre d'Installations 40
Version Actuelle 0.4
Dernière Mise à Jour 2017-12-18
Date de Publication 2017-12-18
Évaluation 2.33/5 Total 3 Évaluations
Développeur http://mogacha.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.mogacha.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Reader for YouTube\u2122 (Free)",
    "short_name": "Comment Reader",
    "description": "Read and listen to YouTube\u2122 video comments.",
    "version": "0.4",
    "permissions": [
        "storage",
        "webNavigation",
        "https:\/\/mogacha.com\/*",
        "https:\/\/www.mogacha.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "ycreader.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "purify.js",
                "parse.js",
                "cache.js",
                "link.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-disabled.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}