Spirit Check

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

Spirit Checkคืออะไร?

Spirit Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spiritualbro.com และคุณลักษณะหลักของมันคือ "A kind of Linguistic Therapy that functions as an Engineered Subconscious."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

ชื่อ Spirit Check Spirit Check
ID lcobgigadkhcaagjejpcohhjkeidjmob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spirit-check/lcobgigadkhcaagjejpcohhjkeidjmob
คำอธิบาย A kind of Linguistic Therapy that functions as an Engineered Subconscious.
ขนาดไฟล์ 33.88 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2021-02-01
วันที่เผยแพร่ 2020-03-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://spiritualbro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://spiritualbro.com/
URL หน้าช่วยเหลือ https://community.inc.one/c/spiritual-bro
URL หน้านโยบายความเป็นส่วนตัว https://www.inc.one/privacy-policy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}