Hide Fiverr Balance

A chrome extension that hides your balance on fiverr

Wat is Hide Fiverr Balance?

Hide Fiverr Balance is een Chrome-extensie ontwikkeld door Umar Ayyaz, en de belangrijkste functie is "A chrome extension that hides your balance on fiverr".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Fiverr Balance

Download Hide Fiverr Balance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Fiverr Balance Hide Fiverr Balance
ID nohbkdlclfdeimjnjnclkdanphnkfgbh
Officiële URL https://chrome.google.com/webstore/detail/hide-fiverr-balance/nohbkdlclfdeimjnjnclkdanphnkfgbh
Beschrijving A chrome extension that hides your balance on fiverr
Bestandsgrootte 82.19 KB
Aantal Installaties 552
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-18
Publicatiedatum 2019-09-18
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Umar Ayyaz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}