Summarize Tweet: I Ain't Reading All That

Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.

What is Summarize Tweet: I Ain't Reading All That?

Summarize Tweet: I Ain't Reading All That is a Chrome extension developed by https://sien.vision, and its main feature is "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.".

Extension Screenshots

screenshot

Download Summarize Tweet: I Ain't Reading All That Extension CRX File

Download Summarize Tweet: I Ain't Reading All That 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

                        Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets.                    

Extension Basic Information

Name Summarize Tweet: I Ain't Reading All That Summarize Tweet: I Ain't Reading All That
ID ggdndaidddfoebmkgpbhpafpnmhbbfmm
Official URL https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm
Description Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.
File Size 100 KB
Installation Count 70
Current Version 1.0.1
Last Updated 2023-02-17
Publish Date 2023-02-14
Rating 1.00/5 Total 1 Ratings
Developer https://sien.vision
Email [email protected]
Payment Type free
Extension Website https://sien.vision
Help Page URL https://sien.vision/support
Privacy Policy Page URL https://sien.vision/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize Tweet: I Ain't Reading All That",
    "description": "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.",
    "version": "1.0.1",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "icons": {
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}