Hide Fiverr Balance

A chrome extension that hides your balance on fiverr

Hide Fiverr Balance क्या है?

Hide Fiverr Balance Umar Ayyaz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that hides your balance on fiverr"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Fiverr Balance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hide Fiverr Balance Hide Fiverr Balance
ID nohbkdlclfdeimjnjnclkdanphnkfgbh
आधिकारिक URL https://chrome.google.com/webstore/detail/hide-fiverr-balance/nohbkdlclfdeimjnjnclkdanphnkfgbh
विवरण A chrome extension that hides your balance on fiverr
फ़ाइल का आकार 82.19 KB
स्थापना संख्या 552
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-09-18
प्रकाशन तिथि 2019-09-18
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर Umar Ayyaz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}