Fiverr Live

Fiverr Auto Reply,Be Online Anytime,Loud Notifications

Fiverr Liveとは何ですか?

Fiverr Liveはfiverrlive.teamによって開発されたChromeの拡張機能で、その主な機能は「Fiverr Auto Reply,Be Online Anytime,Loud Notifications」です。

拡張機能のスクリーンショット

screenshot

Fiverr Live拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}