Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Mobile Pinterest for PC/MAC क्या है?
Mobile Pinterest for PC/MAC Mobile Exp. Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring mobile Pinterest experience to desktop."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mobile Pinterest for PC/MAC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |