Pin Generator

Generate Pinterest Pins from any website.

What is Pin Generator?

Pin Generator is a Chrome extension developed by https://pingenerator.com, and its main feature is "Generate Pinterest Pins from any website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pin Generator Extension CRX File

Download Pin Generator 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

                        Generate Pinterest pins instantly by scanning any webpage and using the images and metadata to create Pinterest pins that are ready to go.                    

Extension Basic Information

Name Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
Official URL https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Description Generate Pinterest Pins from any website.
File Size 19.51 KB
Installation Count 996
Current Version 0.0.3
Last Updated 2023-08-30
Publish Date 2023-08-18
Rating 5.00/5 Total 1 Ratings
Developer https://pingenerator.com
Email [email protected]
Payment Type free
Extension Website https://pingenerator.com
Help Page URL https://pingenerator.tawk.help/
Privacy Policy Page URL https://pingenerator.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Generator",
    "version": "0.0.3",
    "description": "Generate Pinterest Pins from any website.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}