Fiverr Gig Saver

Save Fiverr Gigs with One Click

What is Fiverr Gig Saver?

Fiverr Gig Saver is a Chrome extension developed by Hassan Raza, and its main feature is "Save Fiverr Gigs with One Click".

Extension Screenshots

screenshot

Download Fiverr Gig Saver Extension CRX File

Download Fiverr Gig Saver 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

                        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)                    

Extension Basic Information

Name Fiverr Gig Saver Fiverr Gig Saver
ID hllbikoeedbnmkekfjlkbgfdbadhnmod
Official URL https://chromewebstore.google.com/detail/fiverr-gig-saver/hllbikoeedbnmkekfjlkbgfdbadhnmod
Description Save Fiverr Gigs with One Click
File Size 263 KB
Installation Count 299
Current Version 4.3.5
Last Updated 2022-02-28
Publish Date 2022-02-27
Rating 5.00/5 Total 1 Ratings
Developer Hassan Raza
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Supported Languages 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": []
        }
    ]
}