Fiverr Blur

Blur the account balance in fiverr and shows on hover

Что такое Fiverr Blur?

Fiverr Blur - это расширение Chrome, разработанное Amitay Tweeto, и его основная функция - "Blur the account balance in fiverr and shows on hover".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fiverr Blur

Скачайте файлы расширений Fiverr Blur в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Fiverr Blur Fiverr Blur
ID hepnbeppgbicfgkjmppllmolmpdmodbl
Официальный URL https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl
Описание Blur the account balance in fiverr and shows on hover
Размер файла 4.51 KB
Количество установок 265
Текущая Версия 1.2
Последнее Обновление 2017-12-21
Дата публикации 2017-12-21
Рейтинг 3.00/5 Всего 6 оценок
Разработчик Amitay Tweeto
Тип оплаты free
Поддерживаемые языки 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"
    ]
}