Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Qu'est-ce que Mobile Pinterest for PC/MAC ?
Mobile Pinterest for PC/MAC est une extension Chrome développée par Mobile Exp. Studio, et sa fonction principale est "Bring mobile Pinterest experience to desktop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mobile Pinterest for PC/MAC
Téléchargez les fichiers d'extension Mobile Pinterest for PC/MAC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this lightweight window, you can browse Pinterest as if you were on a smartphone.
Informations de Base sur l'Extension
Nom | Mobile Pinterest for PC/MAC |
ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
URL Officiel | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil |
Description | Bring mobile Pinterest experience to desktop. |
Taille du Fichier | 60.38 KB |
Nombre d'Installations | 2,665 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-08-28 |
Date de Publication | 2018-08-28 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | Mobile Exp. Studio |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |