aiComment - Twitter / X.com GPT assistant

AI-generated content for Twitter (GPT)

Τι είναι το aiComment - Twitter / X.com GPT assistant;

Το aiComment - Twitter / X.com GPT assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.aicomment.pro, και η κύρια λειτουργία του είναι "AI-generated content for Twitter (GPT)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης aiComment - Twitter / X.com GPT assistant

Λήψη αρχείων επέκτασης aiComment - Twitter / X.com GPT assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Generate superior tweets and replies with chatGPT (GPT4) instantly! 

- Generate tweets on custom topic / on Trending 
- Create meaningful replies based on custom reactions

You'll no longer waste struggling to come up with something to say. 

Boost your Twitter growth with AI generated tweets
- Save time that you spend on Twitter promotion
- Increase your visibility on the platform 
- Build relationships with your audience
- Attract new audience with high quality content
- Get more followers, more traffic, and more sales!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα aiComment - Twitter / X.com GPT assistant aiComment - Twitter / X.com GPT assistant
ID fijcihnlbofapcpmjcmdacpionfnibjo
Επίσημο URL https://chromewebstore.google.com/detail/aicomment-twitter-xcom-gp/fijcihnlbofapcpmjcmdacpionfnibjo
Περιγραφή AI-generated content for Twitter (GPT)
Μέγεθος Αρχείου 260 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 1.2.0.5
Τελευταία Ενημέρωση 2023-09-05
Ημερομηνία Δημοσίευσης 2023-03-21
Αξιολόγηση 4.80/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://www.aicomment.pro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/971d5c26-3ece-47fa-b4ea-ab8823bcb3c8
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "aiComment - Twitter \/ X.com GPT assistant",
    "version": "1.2.0.5",
    "description": "AI-generated content for Twitter (GPT)",
    "icons": {
        "16": "images\/app\/icon-16.png",
        "32": "images\/app\/icon-32.png",
        "48": "images\/app\/icon-48.png",
        "128": "images\/app\/icon-128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/app\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/app\/icon-128.png",
                "images\/reactions\/generate_random.png",
                "images\/reactions\/generate_on_topic.png",
                "images\/reactions\/keep_writing.png",
                "images\/reactions\/improve_tweet.png",
                "images\/reactions\/add_emojis.png",
                "images\/reactions\/hash_tag.png",
                "images\/reactions\/more_casual.png",
                "images\/reactions\/make_shorter.png",
                "images\/reactions\/more_formal.png",
                "images\/reactions\/fix_grammar.png",
                "images\/reactions\/Agree.png",
                "images\/reactions\/Support.png",
                "images\/reactions\/Celebrate.png",
                "images\/reactions\/Love.png",
                "images\/reactions\/Disagree.png",
                "images\/reactions\/Challenge.png",
                "images\/reactions\/Scepsis.png",
                "images\/reactions\/Hate.png",
                "images\/reactions\/Joke.png",
                "images\/reactions\/Sarcasm.png",
                "images\/reactions\/Troll.png",
                "images\/reactions\/Wisdom.png",
                "images\/reactions\/Question.png",
                "images\/reactions\/Educate.png",
                "images\/reactions\/Advice.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/constants.js",
                "src\/options.js",
                "src\/utils.js",
                "src\/counter.js",
                "src\/content.js",
                "src\/twitterAcc.js"
            ],
            "css": [
                "src\/styles.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ]
}