Mobile Pinterest for PC/MAC

Bring mobile Pinterest experience to desktop.

Co to jest Mobile Pinterest for PC/MAC?

Mobile Pinterest for PC/MAC to rozszerzenie Chrome opracowane przez Mobile Exp. Studio, a jego główną funkcją jest „Bring mobile Pinterest experience to desktop.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mobile Pinterest for PC/MAC

Pobierz pliki rozszerzeń Mobile Pinterest for PC/MAC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With this lightweight window, you can browse Pinterest as if you were on a smartphone.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mobile Pinterest for PC/MAC Mobile Pinterest for PC/MAC
ID fjbjobpmgmgpcbdndpelgbfhnfjaacil
Oficjalny URL https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil
Opis Bring mobile Pinterest experience to desktop.
Rozmiar pliku 60.38 KB
Liczba instalacji 2,665
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-08-28
Data Publikacji 2018-08-28
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper Mobile Exp. Studio
Typ Płatności free
Obsługiwane Języki 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'"
}