Bitmoji
Use Bitmoji anywhere on web!
Bitmoji क्या है?
Bitmoji https://bitmoji.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Bitmoji anywhere on web!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitmoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Directly insert Bitmojis into Gmail - Click and drag to resize them - Copy and paste them almost anywhere If you don’t have a Bitmoji account, download the mobile app from bitmoji.com and create an avatar now! Need help? Head to https://support.bitmoji.com/hc/en-us
एक्सटेंशन की मूल जानकारी
नाम | Bitmoji |
ID | bfgdeiadkckfbkeigkoncpdieiiefpig |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitmoji/bfgdeiadkckfbkeigkoncpdieiiefpig |
विवरण | Use Bitmoji anywhere on web! |
फ़ाइल का आकार | 1.45 MB |
स्थापना संख्या | 5,328,376 |
वर्तमान संस्करण | 10.31.1247 |
अंतिम अपडेट | 2022-01-21 |
प्रकाशन तिथि | 2020-04-22 |
रेटिंग | 3.71/5 कुल 2093 रेटिंग्स |
डेवलपर | https://bitmoji.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.bitmoji.com/ |
सहायता पृष्ठ URL | https://support.bitmoji.com/hc/en-us/articles/360001494066-Bitmoji-Chrome-Extension |
गोपनीयता नीति पृष्ठ URL | https://www.snap.com/en-US/privacy/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitmoji", "short_name": "Bitmoji", "description": "Use Bitmoji anywhere on web!", "version": "10.31.1247", "icons": { "48": "images\/bitmoji-logo-48.png", "128": "images\/bitmoji-logo-128.png" }, "permissions": [ "storage", "cookies", "clipboardWrite", "webRequest", "webRequestBlocking", "webNavigation", "*:\/\/mail.google.com\/*", "*:\/\/*.bitbucket.org\/*", "*:\/\/*.github.com\/*", "*:\/\/*.atlassian.net\/*", "*:\/\/*.bitmoji.com\/*" ], "background": { "scripts": [ "dist\/chrome-extension-background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/bitmoji-icon-19.png", "38": "images\/bitmoji-icon-38.png" }, "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "https:\/\/test.bitmoji.com\/account_v2\/*", "https:\/\/www.bitmoji.com\/account_v2\/*" ] }, "web_accessible_resources": [ "static\/media\/*.svg", "static\/media\/*.png", "popup.html" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/bitbucket.org\/*", "https:\/\/*.github.com\/*", "https:\/\/*.atlassian.net\/*", "*:\/\/*.bitmoji.com\/*" ], "js": [ "thirdparty\/jquery.min.js", "thirdparty\/sweetalert.min.js", "thirdparty\/webpicker-sdk.js", "dist\/bitmoji-chrome-extension.js", "dist\/chrome-extension-page-detector.js" ], "css": [ "thirdparty\/webpicker-sdk.css", "dist\/chrome-extension.css" ], "run_at": "document_end" } ] } |