OpenPin Pro

OpenPin Pro

What is OpenPin Pro?

OpenPin Pro is a Chrome extension developed by allyogineeds, and its main feature is "OpenPin Pro".

Download OpenPin Pro Extension CRX File

Download OpenPin Pro 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

                                            

Extension Basic Information

Name OpenPin Pro OpenPin Pro
ID kihecaojpmggejgjkedmnoilgdoakihl
Official URL https://chrome.google.com/webstore/detail/openpin-pro/kihecaojpmggejgjkedmnoilgdoakihl
Description OpenPin Pro
File Size 73.66 KB
Installation Count 5,000
Current Version 1.0.8
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 5 Ratings
Developer allyogineeds
Payment Type free
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenPin Pro",
    "description": "OpenPin Pro",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "moment.min.js",
                "jquery.min.js",
                "jquery.initialize.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}