Kindly Beta

Kindly Chrome Extension

What is Kindly Beta?

Kindly Beta is a Chrome extension developed by Unknown, and its main feature is "Kindly Chrome Extension".

Extension Screenshots

screenshot

Download Kindly Beta Extension CRX File

Download Kindly Beta 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

                        Kindly Anti-cyberbullying chrome plugin. Supports anti-cyberbullying filter in Gmail, Instagram, Twitter, and Facebook. Beta version, still in testing. Works in tandem with Kindly anti-cyberbullying AI service. 

Updates: 
- Better performance
- Config changes
- Version update                    

Extension Basic Information

Name Kindly Beta Kindly Beta
ID afembiiolknjijfbcdlnfgaohjpkfngb
Official URL https://chromewebstore.google.com/detail/kindly-beta/afembiiolknjijfbcdlnfgaohjpkfngb
Description Kindly Chrome Extension
File Size 63.98 KB
Installation Count 63
Current Version 1.0.3
Last Updated 2020-04-21
Publish Date 2020-04-18
Rating 3.55/5 Total 11 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kindly Beta",
    "description": "Kindly Chrome Extension",
    "version": "1.0.3",
    "author": "",
    "homepage_url": "http:\/\/moozie.org",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "content_style.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/events_interceptor.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "logo.svg",
        "logotype.svg"
    ]
}