Hide Fiverr Balance

A chrome extension that hides your balance on fiverr

What is Hide Fiverr Balance?

Hide Fiverr Balance is a Chrome extension developed by Umar Ayyaz, and its main feature is "A chrome extension that hides your balance on fiverr".

Extension Screenshots

screenshot

Download Hide Fiverr Balance Extension CRX File

Download Hide Fiverr Balance 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

                        A mini-chrome extension which enables you to hide your earning on fiverr. It is really helpful for those who don't want their earnings to be shown to someone around them.                    

Extension Basic Information

Name Hide Fiverr Balance Hide Fiverr Balance
ID nohbkdlclfdeimjnjnclkdanphnkfgbh
Official URL https://chrome.google.com/webstore/detail/hide-fiverr-balance/nohbkdlclfdeimjnjnclkdanphnkfgbh
Description A chrome extension that hides your balance on fiverr
File Size 82.19 KB
Installation Count 552
Current Version 1.0
Last Updated 2019-09-18
Publish Date 2019-09-18
Rating 5.00/5 Total 8 Ratings
Developer Umar Ayyaz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Fiverr Balance",
    "short_name": "Hide Fiverr Balance",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A chrome extension that hides your balance on fiverr",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "jquery-3.1.0.min.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/www.fiverr.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "tts",
        "tabs",
        "downloads",
        "https:\/\/www.fiverr.com\/*",
        "http:\/\/www.fiverr.com\/*"
    ]
}