UBINER
Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of…
UBINER क्या है?
UBINER ubinerglobal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UBINER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of people using letters and gives them income as a reward. These activities allow us to know the more accurate value of the text activity, and also review each usage for the text.
एक्सटेंशन की मूल जानकारी
नाम | UBINER |
ID | ogphkfonbmkpklolpjeccnemijpaempn |
आधिकारिक URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
विवरण | Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of… |
फ़ाइल का आकार | 97.03 KB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-12-07 |
प्रकाशन तिथि | 2020-10-14 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | ubinerglobal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ubiner.com/ |
सहायता पृष्ठ URL | https://ubiner.channel.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UBINER", "version": "1.0.5", "manifest_version": 2, "permissions": [ "storage", "notifications" ], "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/app\/keys.js" ] } ], "background": { "scripts": [ "\/app\/background.js" ] }, "web_accessible_resources": [ "\/app\/keys.js" ] } |