WPM - Typing Everywhere

A cool extension for calculating wpm everywhere

What is WPM - Typing Everywhere?

WPM - Typing Everywhere is a Chrome extension developed by https://lyricstype.com, and its main feature is "A cool extension for calculating wpm everywhere".

Extension Screenshots

screenshot
screenshot

Download WPM - Typing Everywhere Extension CRX File

Download WPM - Typing Everywhere 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

                        Detect every typing in the browser and provide WPM calculate number,
Choose every text in the browser and type it!                    

Extension Basic Information

Name WPM - Typing Everywhere WPM - Typing Everywhere
ID ielbakjmldnkipkikkihbfcfcbalkilj
Official URL https://chromewebstore.google.com/detail/wpm-typing-everywhere/ielbakjmldnkipkikkihbfcfcbalkilj
Description A cool extension for calculating wpm everywhere
File Size 100 KB
Installation Count 84
Current Version 1.0.4
Last Updated 2023-01-03
Publish Date 2022-12-21
Rating 4.56/5 Total 9 Ratings
Developer https://lyricstype.com
Email [email protected]
Payment Type free
Extension Website https://lyricstype.com
Help Page URL https://lyricstype.com/blog
Privacy Policy Page URL https://lyricstype.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPM - Typing Everywhere",
    "version": "1.0.4",
    "description": "A cool extension for calculating wpm everywhere",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.jpg"
    },
    "manifest_version": 3,
    "author": "SGSystems",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "24": "assets\/logo.png",
            "32": "assets\/logo.png"
        },
        "default_title": "WPM Extention",
        "default_popup": "bootstrap.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/*.com\/*",
                "https:\/\/*.net\/*",
                "https:\/\/*.io\/*",
                "https:\/\/*.us\/*",
                "http:\/\/*.com\/*",
                "https:\/\/*.co.il\/*",
                "http:\/\/*.co.il\/*",
                "https:\/\/*.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css",
                "button.css"
            ]
        }
    ]
}