SOCIAL GPT

Creates AI Generated comments on social media and detects if a post on Twitter, LinkedIn, or Facebook is generated by AI.

SOCIAL GPTคืออะไร?

SOCIAL GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jean.martial และคุณลักษณะหลักของมันคือ "Creates AI Generated comments on social media and detects if a post on Twitter, LinkedIn, or Facebook is generated by AI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SOCIAL GPT

ดาวน์โหลดไฟล์ส่วนขยาย SOCIAL GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Social GPT Chrome Extension by Slash Digital Lab - a free, powerful tool designed to not only help you identify AI-generated content on Twitter, Facebook, and LinkedIn but also generate comments with various styles.

With the rise of AI-generated content, it can be challenging to determine if a post on social media is written by a human or a machine. However, with the Social GPT Chrome Extension, you can easily spot the difference between the two and create your own AI-generated comments.

Features:

Generate AI comments: Choose from different styles (or use your own), like "Normal," "Smart," "Positive," "Negative," or "Troll" to create unique comments for any post on LinkedIn, Twitter, and Facebook. Inject creativity and diversity into your social media engagements with just a few clicks! Plus, it works in any language!

AI-generated content detection: The Social GPT Chrome Extension uses advanced algorithms to analyze the content of posts, providing you with instant feedback on the authenticity of a post. Activate the extension, and it will scan the text to determine if it was written by a human or generated by AI, offering a confidence score for your convenience.

The Social GPT Chrome Extension is perfect for social media users, researchers, and journalists who want to ensure the authenticity of posts and avoid spreading misinformation. It is also great for those who want to make their social media interactions more engaging and unique. It's user-friendly, reliable, and entirely free!

Enhance your social media experience and ensure the authenticity of the content you interact with, all with the Social GPT Chrome Extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SOCIAL GPT SOCIAL GPT
ID lofcfikpfibojaakadanpdhcfjjgdfde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-gpt/lofcfikpfibojaakadanpdhcfjjgdfde
คำอธิบาย Creates AI Generated comments on social media and detects if a post on Twitter, LinkedIn, or Facebook is generated by AI.
ขนาดไฟล์ 43.68 KB
จำนวนการติดตั้ง 1,065
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2023-04-28
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา jean.martial
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://slash-digital.io/socialGPT.html
URL หน้าช่วยเหลือ https://slash-digital.io/socialGPT.html
URL หน้านโยบายความเป็นส่วนตัว https://slash-digital.io/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SOCIAL GPT",
    "version": "1.3",
    "description": "Creates AI Generated comments on social media and detects if a post on Twitter, LinkedIn, or Facebook is generated by AI.",
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "icon49.png",
                "logo.png"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ]
}