Mobile Pinterest for PC/MAC

Bring mobile Pinterest experience to desktop.

Mobile Pinterest for PC/MAC là gì?

Mobile Pinterest for PC/MAC là một tiện ích mở rộng Chrome được phát triển bởi Mobile Exp. Studio, và tính năng chính của nó là "Bring mobile Pinterest experience to desktop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mobile Pinterest for PC/MAC

Tải xuống các tệp mở rộng Mobile Pinterest for PC/MAC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mobile Pinterest for PC/MAC Mobile Pinterest for PC/MAC
ID fjbjobpmgmgpcbdndpelgbfhnfjaacil
URL Chính Thức https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil
Mô tả Bring mobile Pinterest experience to desktop.
Kích Thước Tệp 60.38 KB
Số Lần Cài Đặt 2,665
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-08-28
Ngày Phát Hành 2018-08-28
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mobile Exp. Studio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}