Advanced Twitter Search

Advanced Search For Twitter

O que é Advanced Twitter Search?

Advanced Twitter Search é uma extensão do Chrome desenvolvida por sourav204, e sua principal característica é "Advanced Search For Twitter".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Advanced Twitter Search

Baixe arquivos de extensão Advanced Twitter Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Advanced Twitter Search Advanced Twitter Search
ID mhlapmkhmojljchlcahibclmnmbddcmh
URL Oficial https://chromewebstore.google.com/detail/advanced-twitter-search/mhlapmkhmojljchlcahibclmnmbddcmh
Descrição Advanced Search For Twitter
Tamanho do Arquivo 342 KB
Contagem de Instalações 898
Versão Atual 2.0.8
Última Atualização 2023-01-14
Data de Publicação 2020-07-13
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor sourav204
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ats.imsourav.com/privacy-policy.php
Idiomas Suportados 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"
    }
}