Space Live Caption Viewer

View Twitter Space caption

Qu'est-ce que Space Live Caption Viewer ?

Space Live Caption Viewer est une extension Chrome développée par akinori.oyama, et sa fonction principale est "View Twitter Space caption".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Space Live Caption Viewer

Téléchargez les fichiers d'extension Space Live Caption Viewer 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

                        The extension will show the most part of current live caption in Twitter Space as a preliminary, tentative measure to expand the visible area in a separate area. Version 0.0.1.0 will show all the captions that include previously captioned lines. Version 0.0.1.2 automatically start space and its capturing of caption upon the availability of a space shown as outer circle of Twitter profile. The option is configurable under "Auto start space...".                    

Informations de Base sur l'Extension

Nom Space Live Caption Viewer Space Live Caption Viewer
ID ambiinlkilpoeeolkiklengjdekaihog
URL Officiel https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog
Description View Twitter Space caption
Taille du Fichier 20.03 KB
Nombre d'Installations 137
Version Actuelle 0.0.1.2
Dernière Mise à Jour 2022-07-05
Date de Publication 2021-12-14
Développeur akinori.oyama
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://akinorioyama.com/live-caption-viewer
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Space Live Caption Viewer",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "js": "options.js"
    },
    "description": "View Twitter Space caption",
    "version": "0.0.1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.js",
                "options.html",
                "icons\/icon_config.png",
                "icons\/icon_show.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}