Spirit Check

A kind of Linguistic Therapy that functions as an Engineered Subconscious.

Spirit Check là gì?

Spirit Check là một tiện ích mở rộng Chrome được phát triển bởi https://spiritualbro.com, và tính năng chính của nó là "A kind of Linguistic Therapy that functions as an Engineered Subconscious.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Spirit Check 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

                        Spirit Check, by Spiritual Bro, is a spell check for your spirit. The extension identifies negative language, prompts moments of presence, and offers opportunities to elevate. The extension does not record or transmit data, and all language changes are co-created, and co-owned, by One Inc Cooperative.                    

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

Tên Spirit Check Spirit Check
ID lcobgigadkhcaagjejpcohhjkeidjmob
URL Chính Thức https://chromewebstore.google.com/detail/spirit-check/lcobgigadkhcaagjejpcohhjkeidjmob
Mô tả A kind of Linguistic Therapy that functions as an Engineered Subconscious.
Kích Thước Tệp 33.88 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2020-03-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://spiritualbro.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://spiritualbro.com/
URL Trang Trợ Giúp https://community.inc.one/c/spiritual-bro
URL Trang Chính Sách Bảo Mật https://www.inc.one/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spirit Check",
    "description": "A kind of Linguistic Therapy that functions as an Engineered Subconscious.",
    "version": "0.4.1",
    "icons": {
        "16": "icons\/icon16w.png",
        "48": "icons\/icon48w.png",
        "64": "icons\/icon64w.png",
        "128": "icons\/icon128w.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.hey.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/utils.js",
                "lib\/mark.js",
                "lib\/popup.js",
                "sites\/hey.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/utils.js",
                "lib\/mark.js",
                "lib\/popup.js",
                "sites\/gmail.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/utils.js",
                "lib\/mark.js",
                "lib\/popup.js",
                "sites\/reddit.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mythos.one\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/utils.js",
                "lib\/mark.js",
                "lib\/popup.js",
                "sites\/mythos.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.superhuman.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/utils.js",
                "lib\/mark.js",
                "lib\/popup.js",
                "sites\/superhuman.js",
                "content_script.js"
            ]
        }
    ]
}