Fiverr Live

Fiverr Auto Reply,Be Online Anytime,Loud Notifications

What is Fiverr Live?

Fiverr Live is a Chrome extension developed by fiverrlive.team, and its main feature is "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".

Extension Screenshots

screenshot

Download Fiverr Live Extension CRX File

Download Fiverr Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fiverr Live Fiverr Live
ID meniajlclmhalihioggcnidncbongfde
Official URL https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde
Description Fiverr Auto Reply,Be Online Anytime,Loud Notifications
File Size 194 KB
Installation Count 81
Current Version 0.0.0.4
Last Updated 2019-07-24
Publish Date 2019-07-24
Rating 5.00/5 Total 16 Ratings
Developer fiverrlive.team
Email [email protected]
Payment Type in_store
Extension Website http://fiverrlive.com
Help Page URL http://fiverrlive.com
Supported Languages 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"
    ]
}