Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
ما هو Mobile Pinterest for PC/MAC؟
Mobile Pinterest for PC/MAC هو إضافة Chrome تم تطويرها بواسطة Mobile Exp. Studio، والميزة الرئيسية لها هي "Bring mobile Pinterest experience to desktop.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mobile Pinterest for PC/MAC
قم بتنزيل ملفات الامتداد Mobile Pinterest for PC/MAC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this lightweight window, you can browse Pinterest as if you were on a smartphone.
معلومات أساسية عن التمديد
الاسم | Mobile Pinterest for PC/MAC |
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'" } |