Instant search on Twitter

Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.

Wat is Instant search on Twitter?

Instant search on Twitter is een Chrome-extensie ontwikkeld door https://www.tsurezure-owls-nest.work, en de belangrijkste functie is "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Instant search on Twitter

Download Instant search on Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Instant search on Twitter Instant search on Twitter
ID dmmiijgpfmjcnieohnpnjpljhcblmali
Officiële URL https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali
Beschrijving Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
Bestandsgrootte 19.53 KB
Aantal Installaties 131
Huidige Versie 1.2
Laatst Bijgewerkt 2020-10-01
Publicatiedatum 2020-03-10
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.tsurezure-owls-nest.work
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en
Ondersteunde Talen 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"
    }
}