AI Writing Check
Checks any text to see if it is human-written.
What is AI Writing Check?
AI Writing Check is a Chrome extension developed by flarez5858, and its main feature is "Checks any text to see if it is human-written.".
Extension Screenshots
Download AI Writing Check Extension CRX File
Download AI Writing 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
Simple, fast tool for educators, teachers alike. See https://aiwritingcheck.org for notes. Supports: most websites with basic text, Word, Google Docs.
Extension Basic Information
Name | AI Writing Check |
ID | kbhhacnmeeljkelinngfddddmgnpfagc |
Official URL | https://chromewebstore.google.com/detail/ai-writing-check/kbhhacnmeeljkelinngfddddmgnpfagc |
Description | Checks any text to see if it is human-written. |
File Size | 398 KB |
Installation Count | 115 |
Current Version | 2.1.1 |
Last Updated | 2023-03-10 |
Publish Date | 2023-02-15 |
Developer | flarez5858 |
[email protected] | |
Payment Type | free |
Extension Website | https://stratums.io/aiwritingcheck/main.html |
Privacy Policy Page URL | https://ksw2-center.glitch.me/privacy.txt |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Writing Check", "description": "Checks any text to see if it is human-written.", "version": "2.1.1", "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "notifications" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |