Fiverr Blur

Blur the account balance in fiverr and shows on hover

Vad är Fiverr Blur?

Fiverr Blur är en Chrome-tillägg utvecklad av Amitay Tweeto, och dess huvudfunktion är "Blur the account balance in fiverr and shows on hover".

Tilläggsskärmbilder

screenshot

Ladda ner Fiverr Blur-förlängningens CRX-fil

Ladda ner Fiverr Blur-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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***                    

Grundläggande Information om Tillägg

Namn Fiverr Blur Fiverr Blur
ID hepnbeppgbicfgkjmppllmolmpdmodbl
Officiell webbadress https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl
Beskrivning Blur the account balance in fiverr and shows on hover
Filstorlek 4.51 KB
Antal Installationer 265
Aktuell Version 1.2
Senast Uppdaterad 2017-12-21
Publiceringsdatum 2017-12-21
Betyg 3.00/5 Totalt 6 Betyg
Utvecklare Amitay Tweeto
Betalningssätt free
Stödda Språk 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"
    ]
}