Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Cos'è Mobile Pinterest for PC/MAC?
Mobile Pinterest for PC/MAC è un'estensione di Chrome sviluppata da Mobile Exp. Studio, e la sua funzione principale è "Bring mobile Pinterest experience to desktop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mobile Pinterest for PC/MAC
Scarica i file di estensione Mobile Pinterest for PC/MAC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With this lightweight window, you can browse Pinterest as if you were on a smartphone. Informazioni di Base sull'Estensione
| Nome | |
| ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
| URL Ufficiale | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil |
| Descrizione | Bring mobile Pinterest experience to desktop. |
| Dimensione del File | 60.38 KB |
| Conteggio Installazioni | 2,665 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-08-28 |
| Data di Pubblicazione | 2018-08-28 |
| Valutazione | 4.43/5 Totale 7 Valutazioni |
| Sviluppatore | Mobile Exp. Studio |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |