Pixabay PNG

Pixabay PNG

What is Pixabay PNG?

Pixabay PNG is a Chrome extension developed by robertsteele, and its main feature is "Pixabay PNG".

Extension Screenshots

screenshot

Download Pixabay PNG Extension CRX File

Download Pixabay PNG 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

                        Pixabay PNG
Here on Pixabay PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.                    

Extension Basic Information

Name Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
Official URL https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
Description Pixabay PNG
File Size 617 KB
Installation Count 239
Current Version 1.0.0
Last Updated 2021-05-05
Publish Date 2021-04-26
Developer robertsteele
Email [email protected]
Payment Type free
Extension Website https://pixabay.com
Help Page URL https://pixabay.com/contact
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixabay PNG",
    "description": "Pixabay PNG",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/pixabay.com\/*"
    ]
}