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 هو إضافة Chrome تم تطويرها بواسطة https://www.tsurezure-owls-nest.work، والميزة الرئيسية لها هي "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Instant search on Twitter

قم بتنزيل ملفات الامتداد Instant search on Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة سياسة الخصوصية 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"
    }
}