Instant search on Twitter
Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
Instant search on Twitter क्या है?
Instant search on Twitter https://www.tsurezure-owls-nest.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant search on Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can immediately search for the topic of your concern on Twitter. Even without displaying the Twitter screen once You can also search directly for accounts, images and videos. To search, simply select the character you care about, right-click and click the search target displayed in the context menu. You can also select the target to be displayed in the context menu from the icon on the upper right. Let's do searches that interest you.
एक्सटेंशन की मूल जानकारी
नाम | Instant search on Twitter |
ID | dmmiijgpfmjcnieohnpnjpljhcblmali |
आधिकारिक URL | https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali |
विवरण | Assists you search for tweets, accounts, images, and more easily and quickly on Twitter. |
फ़ाइल का आकार | 19.53 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-10-01 |
प्रकाशन तिथि | 2020-03-10 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.tsurezure-owls-nest.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "(OfficeKDY)", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |