Fiverr Blur

Blur the account balance in fiverr and shows on hover

Co je Fiverr Blur?

Fiverr Blur je rozšíření Chrome vyvinuté Amitay Tweeto, a jeho hlavní funkcí je „Blur the account balance in fiverr and shows on hover“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fiverr Blur

Stáhněte si soubory rozšíření Fiverr Blur ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        If you're using Fiverr in public areas and don't want other people to see your balance - this is the extension for you! It will simply blur out the number of your funds and if you want to see them, you just need to hover.

***This is not a Fiverr official product!***

***This extension will NOT store your data anywhere IT'S SAFE TO USE***                    

Základní Informace o Rozšíření

Název Fiverr Blur Fiverr Blur
ID hepnbeppgbicfgkjmppllmolmpdmodbl
Oficiální URL https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl
Popis Blur the account balance in fiverr and shows on hover
Velikost souboru 4.51 KB
Počet instalací 265
Aktuální Verze 1.2
Poslední Aktualizace 2017-12-21
Datum Vydání 2017-12-21
Hodnocení 3.00/5 Celkem 6 Hodnocení
Vývojář Amitay Tweeto
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiverr Blur",
    "description": "Blur the account balance in fiverr and shows on hover",
    "version": "1.2",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fiverr.com\/*",
                "*:\/\/*.fiverr.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}