Яeverse Word Count

Яeverse the word count on Google Docs

What is Яeverse Word Count?

Яeverse Word Count is a Chrome extension developed by Freeassassin, and its main feature is "Яeverse the word count on Google Docs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Яeverse Word Count Extension CRX File

Download Яeverse Word Count 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

                        Aight listen, I was writing an essay for school that was due in like 30 minuets right? And I keep looking at the word counter for Google Docs and just having to do the mental math about how many more words I have to write to be done with it. So I was like you know what screw it, I'm gonna make a Chrome Extension to Яeverse the word counter on Google Docs. So I gave up on that essay and started coding this extension and now here we are! Anyway if you also are very easily distracted by the incapable word counter on Google Docs download this extension!                    

Extension Basic Information

Name Яeverse Word Count Яeverse Word Count
ID djepmdeahjglglnoalgieijekmkafoed
Official URL https://chromewebstore.google.com/detail/%D1%8Feverse-word-count/djepmdeahjglglnoalgieijekmkafoed
Description Яeverse the word count on Google Docs
File Size 17.47 KB
Installation Count 32
Current Version 0.10
Last Updated 2020-11-19
Publish Date 2020-08-31
Rating 5.00/5 Total 2 Ratings
Developer Freeassassin
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u042feverse Word Count",
    "version": "0.10",
    "description": "\u042feverse the word count on Google Docs",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/docs.Google.com\/*",
        "input"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "code\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.Google.com\/*"
            ],
            "js": [
                "code\/inject.js"
            ]
        }
    ]
}