TalkDeck

Read TweetDeck out loud!

What is TalkDeck?

TalkDeck is a Chrome extension developed by _patanpatan, and its main feature is "Read TweetDeck out loud!".

Extension Screenshots

screenshot

Download TalkDeck Extension CRX File

Download TalkDeck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Chrome extension that will read the Home tab from TweetDeck for you.
You just need to have https://tweetdeck.twitter.com/ 

Demo!: https://www.youtube.com/watch?v=hefECTAqfsg

___________________
Version 16:
- Play from a Tweet details
Version 15:
- Now with a section on Tweetdeck settings to define Voices, Volume and Speed!
Version 14:
- Fix problems after Tweetdeck upgrade
Version 13:
- Now available on Search Columns!
Version 11:
- Enable/Disable Talkdeck on each tab                    

Extension Basic Information

Name TalkDeck TalkDeck
ID opchaehgojjfapbbofjlbjidhnpgagpk
Official URL https://chrome.google.com/webstore/detail/talkdeck/opchaehgojjfapbbofjlbjidhnpgagpk
Description Read TweetDeck out loud!
File Size 101 KB
Installation Count 65
Current Version 16
Last Updated 2020-08-03
Publish Date 2020-03-11
Rating 5.00/5 Total 3 Ratings
Developer _patanpatan
Email [email protected]
Payment Type free
Extension Website https://github.com/hbazan/talkdeck/
Help Page URL https://github.com/hbazan/talkdeck/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/talkdeck.js"
            ],
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "converted_from_user_script": true,
    "description": "Read TweetDeck out loud!",
    "name": "TalkDeck",
    "version": "16"
}