OpenPin Pro

OpenPin Pro

Qu'est-ce que OpenPin Pro ?

OpenPin Pro est une extension Chrome développée par allyogineeds, et sa fonction principale est "OpenPin Pro".

Télécharger le fichier CRX de l'extension OpenPin Pro

Téléchargez les fichiers d'extension OpenPin Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom OpenPin Pro OpenPin Pro
ID kihecaojpmggejgjkedmnoilgdoakihl
URL Officiel https://chrome.google.com/webstore/detail/openpin-pro/kihecaojpmggejgjkedmnoilgdoakihl
Description OpenPin Pro
Taille du Fichier 73.66 KB
Nombre d'Installations 5,000
Version Actuelle 1.0.8
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur allyogineeds
Type de Paiement free
Langues Prises en Charge
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
}