Browserbug
A custom companion to make virtual work less lonely!
Browserbug क्या है?
Browserbug IMMA Studio, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A custom companion to make virtual work less lonely!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browserbug एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Whether you'd like your favorite music idol to send you a message of encouragement, a video game character to remind you to take a break, or an old friend to give you a pep talk, Browserbugs make your time online a more productive, more positive, and less lonely experience. Create your own Browserbug from any image, name them, choose their personality, and even add your own list of custom messages! NEW FEATURES: - A new and improved studio, with a list of default Browserbug messages to choose from - Choose your Browserbug's texting style! Change their tendencies of punctuation (?!?!?!), CAPITALIZATION, or even how often they use emojis :3 XD - Generate URLs to easily export and share Browserbugs with others! Please remember to also save local copies of Browserbugs you make as we continue developing this feature!
एक्सटेंशन की मूल जानकारी
नाम | Browserbug |
ID | pfggohdmelklomhabkeegajkjpdgppld |
आधिकारिक URL | https://chromewebstore.google.com/detail/browserbug/pfggohdmelklomhabkeegajkjpdgppld |
विवरण | A custom companion to make virtual work less lonely! |
फ़ाइल का आकार | 2.22 MB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 2.10 |
अंतिम अपडेट | 2020-10-07 |
प्रकाशन तिथि | 2020-10-05 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | IMMA Studio, LLC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://imma.studio/browserbug/ |
गोपनीयता नीति पृष्ठ URL | http://imma.studio/browserbug/privacy_policy |
समर्थित भाषाएँ | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browserbug", "version": "2.10", "description": "A custom companion to make virtual work less lonely!", "icons": { "16": "images\/new_imma_16.png", "32": "images\/new_imma_32.png", "48": "images\/new_imma_48.png", "128": "images\/new_imma_128.png" }, "permissions": [ "storage", "notifications", "alarms", "http:\/\/ec2-54-201-225-18.us-west-2.compute.amazonaws.com\/", "https:\/\/imma-bucket.s3-us-west-2.amazonaws.com\/*" ], "optional_permissions": [ "tabs" ], "background": { "scripts": [ "util.js", "constants.js", "background.js", "jquery-3.5.1.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/imma.studio\/browserbug\/studio\/" ], "js": [ "util.js", "constants.js", "jquery-3.5.1.min.js", "interface_scripts\/studioInterface.js" ] }, { "matches": [ "http:\/\/imma.studio\/browserbug\/my_bbugs\/" ], "js": [ "util.js", "constants.js", "jquery-3.5.1.min.js", "interface_scripts\/accountInterface.js" ] }, { "matches": [ "http:\/\/imma.studio\/browserbug\/options\/" ], "js": [ "util.js", "constants.js", "jquery-3.5.1.min.js", "interface_scripts\/optionsInterface.js" ] }, { "matches": [ "http:\/\/ec2-54-201-225-18.us-west-2.compute.amazonaws.com\/getBbugFile*" ], "js": [ "util.js", "constants.js", "jquery-3.5.1.min.js", "interface_scripts\/bbugImporter.js" ] } ], "manifest_version": 2, "browser_action": { "default_title": "Browserbug", "default_icon": "images\/new_imma_48.png", "default_popup": "popup\/popup.html" }, "options_page": "optionsRedirect.html", "default_locale": "en" } |