Fiverr messages filter

Filter your fiverr messages

Co je Fiverr messages filter?

Fiverr messages filter je rozšíření Chrome vyvinuté rpask00, a jeho hlavní funkcí je „Filter your fiverr messages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fiverr messages filter

Stáhněte si soubory rozšíření Fiverr messages filter 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í

                        Filter your fiverr messages                    

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

Název Fiverr messages filter Fiverr messages filter
ID fffhmldihhhdghkelmlekongpfbnnofe
Oficiální URL https://chrome.google.com/webstore/detail/fiverr-messages-filter/fffhmldihhhdghkelmlekongpfbnnofe
Popis Filter your fiverr messages
Velikost souboru 15.79 KB
Počet instalací 232
Aktuální Verze 1.1
Poslední Aktualizace 2020-08-17
Datum Vydání 2020-08-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář rpask00
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiverr messages filter",
    "version": "1.1",
    "description": "Filter your fiverr messages",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/inbox\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.fiverr.com\/inbox\/*",
        "storage",
        "unlimitedStorage"
    ]
}