Advanced Twitter Search

Advanced Search For Twitter

Cos'è Advanced Twitter Search?

Advanced Twitter Search è un'estensione di Chrome sviluppata da sourav204, e la sua funzione principale è "Advanced Search For Twitter".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Advanced Twitter Search

Scarica i file di estensione Advanced Twitter Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Advanced Twitter Search is a search tool that enables you to filter Twitter search results by engagement level. You can filter search results by Type, Favourites, Re-tweets, Language, Location and more.                    

Informazioni di Base sull'Estensione

Nome Advanced Twitter Search Advanced Twitter Search
ID mhlapmkhmojljchlcahibclmnmbddcmh
URL Ufficiale https://chromewebstore.google.com/detail/advanced-twitter-search/mhlapmkhmojljchlcahibclmnmbddcmh
Descrizione Advanced Search For Twitter
Dimensione del File 342 KB
Conteggio Installazioni 898
Versione Corrente 2.0.8
Ultimo Aggiornamento 2023-01-14
Data di Pubblicazione 2020-07-13
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore sourav204
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ats.imsourav.com/privacy-policy.php
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Advanced Twitter Search",
    "version": "2.0.8",
    "description": "Advanced Search For Twitter",
    "short_name": "Twitter Search",
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/ats.imsourav.com\/installed",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "action": {
        "default_title": "Advanced Twitter Search",
        "default_icon": {
            "128": "img\/128x128.png",
            "16": "img\/16x16.png",
            "32": "img\/32x32.png",
            "48": "img\/48x48.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/ats.imsourav.com\/*",
        "https:\/\/ats.imsourav.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}