Fiverr Blur

Blur the account balance in fiverr and shows on hover

什么是Fiverr Blur?

Fiverr Blur是由Amitay Tweeto开发的Chrome扩展程序,该扩展的主要功能是“Blur the account balance in fiverr and shows on hover”。

扩展截图

screenshot

下载Fiverr Blur扩展crx文件

下载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"
    ]
}