Spirit Check

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

What is Spirit Check?

Spirit Check is a Chrome extension developed by https://spiritualbro.com, and its main feature is "A kind of Linguistic Therapy that functions as an Engineered Subconscious.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Spirit Check Extension CRX File

Download Spirit Check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spirit Check Spirit Check
ID lcobgigadkhcaagjejpcohhjkeidjmob
Official URL https://chromewebstore.google.com/detail/spirit-check/lcobgigadkhcaagjejpcohhjkeidjmob
Description A kind of Linguistic Therapy that functions as an Engineered Subconscious.
File Size 33.88 KB
Installation Count 43
Current Version 0.4.1
Last Updated 2021-02-01
Publish Date 2020-03-07
Rating 5.00/5 Total 4 Ratings
Developer https://spiritualbro.com
Email [email protected]
Payment Type free
Extension Website http://spiritualbro.com/
Help Page URL https://community.inc.one/c/spiritual-bro
Privacy Policy Page URL https://www.inc.one/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}