Keyword Allintitle Results

Find the allintitle search results for your keywords.

Co je Keyword Allintitle Results?

Keyword Allintitle Results je rozšíření Chrome vyvinuté xaver.fleer, a jeho hlavní funkcí je „Find the allintitle search results for your keywords.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Keyword Allintitle Results

Stáhněte si soubory rozšíření Keyword Allintitle Results ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
Oficiální URL https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
Popis Find the allintitle search results for your keywords.
Velikost souboru 109 KB
Počet instalací 176
Aktuální Verze 0.0.8
Poslední Aktualizace 2021-09-29
Datum Vydání 2021-09-21
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář xaver.fleer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}