Advanced Twitter Search
Advanced Search For Twitter
Co to jest Advanced Twitter Search?
Advanced Twitter Search to rozszerzenie Chrome opracowane przez sourav204, a jego główną funkcją jest „Advanced Search For Twitter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Advanced Twitter Search
Pobierz pliki rozszerzeń Advanced Twitter Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mhlapmkhmojljchlcahibclmnmbddcmh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/advanced-twitter-search/mhlapmkhmojljchlcahibclmnmbddcmh | 
| Opis | Advanced Search For Twitter | 
| Rozmiar pliku | 342 KB | 
| Liczba instalacji | 898 | 
| Aktualna Wersja | 2.0.8 | 
| Ostatnia Aktualizacja | 2023-01-14 | 
| Data Publikacji | 2020-07-13 | 
| Ocena | 4.20/5 Łącznie 5 Oceny | 
| Deweloper | sourav204 | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://ats.imsourav.com/privacy-policy.php | 
| Obsługiwane Języki | 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"
    }
}  |  |