Chirr App

Turn a blog post into a Twitter thread in a single click

What is Chirr App?

Chirr App is a Chrome extension developed by https://getchirrapp.com, and its main feature is "Turn a blog post into a Twitter thread in a single click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Chirr App Extension CRX File

Download Chirr App 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

                        Chirr App is the best way to craft, preview, and schedule Twitter threads.

The Chrome extension allows automatically converting a blog post into a Twitter thread.                    

Extension Basic Information

Name Chirr App Chirr App
ID cmbconaimdngicdnbpjnjocbpkdpmfkg
Official URL https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg
Description Turn a blog post into a Twitter thread in a single click
File Size 10.7 KB
Installation Count 1,553
Current Version 1.1.0
Last Updated 2020-10-31
Publish Date 2020-10-26
Rating 5.00/5 Total 6 Ratings
Developer https://getchirrapp.com
Email [email protected]
Payment Type free
Extension Website https://getchirrapp.com/extension
Help Page URL https://twitter.com/kossnocorp
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chirr App",
    "version": "1.1.0",
    "description": "Turn a blog post into a Twitter thread in a single click",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "toolbarLight.png"
        },
        "default_title": "Chirr App"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "global.js"
            ]
        }
    ]
}