Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Wat is Mobile Pinterest for PC/MAC?
Mobile Pinterest for PC/MAC is een Chrome-extensie ontwikkeld door Mobile Exp. Studio, en de belangrijkste functie is "Bring mobile Pinterest experience to desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mobile Pinterest for PC/MAC
Download Mobile Pinterest for PC/MAC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        With this lightweight window, you can browse Pinterest as if you were on a smartphone.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil | 
| Officiële URL | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil | 
| Beschrijving | Bring mobile Pinterest experience to desktop. | 
| Bestandsgrootte | 60.38 KB | 
| Aantal Installaties | 2,665 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2018-08-28 | 
| Publicatiedatum | 2018-08-28 | 
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen | 
| Ontwikkelaar | Mobile Exp. Studio | 
| Betalingswijze | free | 
| Ondersteunde Talen | en,fr,es,zh-CN,zh-TW,ja,ko | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "pinterest_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.pinterest.com\/*"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/misc.notif.me https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |