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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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