Weight Tracker

Track your weight easily with Weight Tracker.

What is Weight Tracker?

Weight Tracker is a Chrome extension developed by Apes in Capes, and its main feature is "Track your weight easily with Weight Tracker.".

Extension Screenshots

screenshot

Download Weight Tracker Extension CRX File

Download Weight Tracker 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

                        Track, reach, and maintain your goal weight and live with vitality!

With a user-friendly interface, Weight Tracker allows you to track your weight easily while syncing your information across your devices.

Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.                    

Extension Basic Information

Name Weight Tracker Weight Tracker
ID cbagchojmaidpegajgibmcjcgcpcmjmg
Official URL https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg
Description Track your weight easily with Weight Tracker.
File Size 467 KB
Installation Count 254
Current Version 1.1.6
Last Updated 2022-03-25
Publish Date 2020-04-19
Developer Apes in Capes
Email [email protected]
Payment Type free
Extension Website https://www.apesincapes.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weight Tracker",
    "description": "Track your weight easily with Weight Tracker.",
    "version": "1.1.6",
    "icons": {
        "512": ".\/icons\/icon512.png",
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}