Fiverr Live

Fiverr Auto Reply,Be Online Anytime,Loud Notifications

Что такое Fiverr Live?

Fiverr Live - это расширение Chrome, разработанное fiverrlive.team, и его основная функция - "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".

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

screenshot

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

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

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

                        Fiverr Auto Reply,Be Online Anytime,Loud Notifications

Fiverr Live

Fiverr Live is a tool for Fiverr's top sellers to be online 24 hours and to make auto response to the first time clients while sleeping

Fiverr Live is simple. 
Just start the Fiverr Live

Fiverr. Where it’s all done.                    

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

Название Fiverr Live Fiverr Live
ID meniajlclmhalihioggcnidncbongfde
Официальный URL https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde
Описание Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Размер файла 194 KB
Количество установок 81
Текущая Версия 0.0.0.4
Последнее Обновление 2019-07-24
Дата публикации 2019-07-24
Рейтинг 5.00/5 Всего 16 оценок
Разработчик fiverrlive.team
Электронная почта [email protected]
Тип оплаты in_store
Официальный сайт расширения http://fiverrlive.com
URL страницы помощи http://fiverrlive.com
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "default_title": "Fiverr Live"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content_script.js",
                "js\/blank.js"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Fiverr Auto Reply,Be Online Anytime,Loud Notifications",
    "icons": {
        "128": "icon-48.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Fiverr Live",
    "short_name": "Fiverr Live",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/www.fiverr.com\/*",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.4",
    "web_accessible_resources": [
        "blank.html"
    ]
}