Calibrate

Chrome extension that hides numbers on web pages so you have an opportunity to guess them

What is Calibrate?

Calibrate is a Chrome extension developed by Saraf Consulting, and its main feature is "Chrome extension that hides numbers on web pages so you have an opportunity to guess them".

Extension Screenshots

screenshot

Download Calibrate Extension CRX File

Download Calibrate 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

                        Chrome extension that hides numbers on web pages so you have an opportunity to guess them                    

Extension Basic Information

Name Calibrate Calibrate
ID omhpddekmhnkmpbjogkfeihglpjdndhf
Official URL https://chromewebstore.google.com/detail/calibrate/omhpddekmhnkmpbjogkfeihglpjdndhf
Description Chrome extension that hides numbers on web pages so you have an opportunity to guess them
File Size 19.62 KB
Installation Count 60
Current Version 0.1.2
Last Updated 2022-10-06
Publish Date 2022-10-06
Developer Saraf Consulting
Email [email protected]
Payment Type free
Extension Website https://github.com/SonOfLilit/calibrate
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calibrate",
    "description": "Chrome extension that hides numbers on web pages so you have an opportunity to guess them",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "\/logos\/logo16.png",
            "32": "\/logos\/logo32.png",
            "48": "\/logos\/logo48.png",
            "128": "\/logos\/logo128.png"
        }
    },
    "icons": {
        "16": "\/logos\/logo16.png",
        "32": "\/logos\/logo32.png",
        "48": "\/logos\/logo48.png",
        "128": "\/logos\/logo128.png"
    }
}