Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Vad är Mobile Pinterest for PC/MAC?
Mobile Pinterest for PC/MAC är en Chrome-tillägg utvecklad av Mobile Exp. Studio, och dess huvudfunktion är "Bring mobile Pinterest experience to desktop.".
Tilläggsskärmbilder
Ladda ner Mobile Pinterest for PC/MAC-förlängningens CRX-fil
Ladda ner Mobile Pinterest for PC/MAC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this lightweight window, you can browse Pinterest as if you were on a smartphone.
Grundläggande Information om Tillägg
Namn | Mobile Pinterest for PC/MAC |
ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
Officiell webbadress | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil |
Beskrivning | Bring mobile Pinterest experience to desktop. |
Filstorlek | 60.38 KB |
Antal Installationer | 2,665 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2018-08-28 |
Publiceringsdatum | 2018-08-28 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Mobile Exp. Studio |
Betalningssätt | free |
Stödda Språk | 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'" } |