Keyword Allintitle Results

Find the allintitle search results for your keywords.

Co to jest Keyword Allintitle Results?

Keyword Allintitle Results to rozszerzenie Chrome opracowane przez xaver.fleer, a jego główną funkcją jest „Find the allintitle search results for your keywords.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Keyword Allintitle Results

Pobierz pliki rozszerzeń Keyword Allintitle Results 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

                        Finding the allintitle search results on Google is a tedious task. Speed up your workflow!                    

Podstawowe informacje o rozszerzeniu

Nazwa Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
Oficjalny URL https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
Opis Find the allintitle search results for your keywords.
Rozmiar pliku 109 KB
Liczba instalacji 176
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2021-09-21
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper xaver.fleer
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
            "32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
            "48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
            "128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
            "256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "description": "Find the allintitle search results for your keywords.",
    "icons": {
        "16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
        "32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
        "48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
        "128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
        "256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
    },
    "manifest_version": 3,
    "name": "Keyword Allintitle Results",
    "permissions": [
        "storage"
    ],
    "version": "0.0.8"
}