TweetPik - Perfect Twitter Screenshots

TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…

What is TweetPik - Perfect Twitter Screenshots?

TweetPik - Perfect Twitter Screenshots is a Chrome extension developed by https://tweetpik.com, and its main feature is "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TweetPik - Perfect Twitter Screenshots Extension CRX File

Download TweetPik - Perfect Twitter Screenshots 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

                        TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets.

- Screenshot multiple tweets at once. Perfect to screenshot threads.
- Download screenshots as PNG, JPG or PDF to post on LinkedIn as a carousel.
- Customize the tweet to fit your brand.                    

Extension Basic Information

Name TweetPik - Perfect Twitter Screenshots TweetPik - Perfect Twitter Screenshots
ID ffhabdnecmdlehnpnkdgcjkgohlhakjb
Official URL https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb
Description TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
File Size 1.35 MB
Installation Count 1,074
Current Version 2.0.0
Last Updated 2023-04-15
Publish Date 2021-03-07
Rating 3.50/5 Total 6 Ratings
Developer https://tweetpik.com
Email [email protected]
Payment Type free
Extension Website https://tweetpik.com
Help Page URL https://discord.gg/Mw3QS8BYkG
Privacy Policy Page URL https://www.tweetpik.com/privacy.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TweetPik - Perfect Twitter Screenshots",
    "version": "2.0.0",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.cf01049f.f100c356.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/content.ts.cf01049f.js"
            ],
            "use_dynamic_url": true
        }
    ]
}