Spirit Check

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

Spirit Check란 무엇입니까?

Spirit Check은(는) https://spiritualbro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A kind of Linguistic Therapy that functions as an Engineered Subconscious."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Spirit Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}