Fiverr Gig Saver

Save Fiverr Gigs with One Click

Fiverr Gig Saverとは何ですか?

Fiverr Gig SaverはHassan Razaによって開発されたChromeの拡張機能で、その主な機能は「Save Fiverr Gigs with One Click」です。

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

screenshot

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

Fiverr Gig Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Extension Saves Fiverr Gigs with One Click and let the user download the fiverr gigs in csv file.

(For suggestions or feedback contact developer)                    

拡張機能の基本情報

名前 Fiverr Gig Saver Fiverr Gig Saver
ID hllbikoeedbnmkekfjlkbgfdbadhnmod
公式URL https://chromewebstore.google.com/detail/fiverr-gig-saver/hllbikoeedbnmkekfjlkbgfdbadhnmod
説明 Save Fiverr Gigs with One Click
ファイルサイズ 263 KB
インストール数 299
現在のバージョン 4.3.5
最終更新日 2022-02-28
公開日 2022-02-27
評価 5.00/5 合計 1 レビュー
開発者 Hassan Raza
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save Fiverr Gigs with One Click",
    "version": "4.3.5",
    "manifest_version": 3,
    "name": "Fiverr Gig Saver",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "fsicon.png"
    },
    "icons": {
        "128": "fsicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "fsicon.png"
            ],
            "matches": []
        }
    ]
}