Instant search on Twitter

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

Qu'est-ce que Instant search on Twitter ?

Instant search on Twitter est une extension Chrome développée par https://www.tsurezure-owls-nest.work, et sa fonction principale est "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Instant search on Twitter

Téléchargez les fichiers d'extension Instant search on Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Instant search on Twitter Instant search on Twitter
ID dmmiijgpfmjcnieohnpnjpljhcblmali
URL Officiel https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali
Description Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
Taille du Fichier 19.53 KB
Nombre d'Installations 131
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-01
Date de Publication 2020-03-10
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://www.tsurezure-owls-nest.work
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en
Langues Prises en Charge 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"
    }
}