Friend.tech Gems
[Open-sourced] Highlight friend.tech gems info on Twitter
Friend.tech Gems क्या है?
Friend.tech Gems friendtechgems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[Open-sourced] Highlight friend.tech gems info on Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Friend.tech Gems एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Friend.tech Gems aims to enrich your Twitter experience by highlighting valuable information related to friend.tech straight onto your feed. Dive into the gems of friend.tech without leaving your Twitter feed! 💡 This is a simple app that does not collect *any* private information. We only read the loaded twitter accounts on the screen and request friend.tech information regarding the accounts. * This product is currently in beta. Prices and ranks may currently be inaccurate. Real-time data will be live soon *
एक्सटेंशन की मूल जानकारी
नाम | Friend.tech Gems |
ID | mlmjpgbhppfkhokjonigdbpiigpklefa |
आधिकारिक URL | https://chromewebstore.google.com/detail/friendtech-gems/mlmjpgbhppfkhokjonigdbpiigpklefa |
विवरण | [Open-sourced] Highlight friend.tech gems info on Twitter |
फ़ाइल का आकार | 420 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 2.4.2 |
अंतिम अपडेट | 2023-10-24 |
प्रकाशन तिथि | 2023-08-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | friendtechgems |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/friendtech_gems |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "[Open-sourced] Highlight friend.tech gems info on Twitter", "version": "2.4.2", "manifest_version": 3, "name": "Friend.tech Gems", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "background": { "service_worker": "background.bundle.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "content.styles.css" ], "matches": [] } ] } |