ScanGPT

Our extension makes it simple to find GPT-generated text on any website or any text given to it.

ScanGPT là gì?

ScanGPT là một tiện ích mở rộng Chrome được phát triển bởi https://scangpt.wtf, và tính năng chính của nó là "Our extension makes it simple to find GPT-generated text on any website or any text given to it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScanGPT

Tải xuống các tệp mở rộng ScanGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Chrome extension makes it easy to find GPT-generated text on any web page. By quickly scanning the page contents with the click of a button, users can easily identify GPT-generated text and determine whether or not it is relevant to their search. The extension shows GPT probability for each paragraph in the site.  With this useful extension, users can quickly and easily find GPT-generated text on any web page. The extension now even lets you can the text you provide to it and give accurate results.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
URL Chính Thức https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
Mô tả Our extension makes it simple to find GPT-generated text on any website or any text given to it.
Kích Thước Tệp 17.63 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-01-10
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://scangpt.wtf
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scangpt.wtf
URL Trang Trợ Giúp https://scangpt.wtf/support
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScanGPT",
    "description": "Our extension makes it simple to find GPT-generated text on any website or any text given to it.",
    "version": "1.2.8",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scangpt.wtf\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "scan-gpt.png",
        "48": "scan-gpt.png",
        "128": "scan-gpt.png"
    },
    "action": {
        "default_icon": "scan-gpt.png",
        "default_popup": "popup.html",
        "default_title": "ScanGPT"
    }
}