Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
什麼是Mobile Pinterest for PC/MAC?
Mobile Pinterest for PC/MAC是由Mobile Exp. Studio開發的Chrome擴展程式,該擴展的主要功能是“Bring mobile Pinterest experience to desktop.”。
擴展截圖
下載Mobile Pinterest for PC/MAC擴展crx文件
下載Mobile Pinterest for PC/MAC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this lightweight window, you can browse Pinterest as if you were on a smartphone.
擴展基本資訊
名稱 | Mobile Pinterest for PC/MAC |
ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
官方網址 | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil |
簡介 | Bring mobile Pinterest experience to desktop. |
檔案大小 | 60.38 KB |
安裝次數 | 2,665 |
目前版本 | 1.0.1 |
更新時間 | 2018-08-28 |
上架時間 | 2018-08-28 |
評分 | 4.43/5 共 7 次評分 |
開發者 | Mobile Exp. Studio |
付費類型 | free |
支援的語言 | 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'" } |