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. 扩展基本信息
| 名称 | |
| ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
| 官方URL | 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'"
} | |