Keyword Allintitle Results

Find the allintitle search results for your keywords.

Hvad er Keyword Allintitle Results?

Keyword Allintitle Results er en Chrome-udvidelse udviklet af xaver.fleer, og dens hovedfunktion er "Find the allintitle search results for your keywords.".

Udvidelsesskærmbilleder

screenshot

Download Keyword Allintitle Results-udvidelses-CRX-fil

Download Keyword Allintitle Results-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
Officiel URL https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
Beskrivelse Find the allintitle search results for your keywords.
Filstørrelse 109 KB
Antal Installationer 176
Nuværende Version 0.0.8
Senest Opdateret 2021-09-29
Udgivelsesdato 2021-09-21
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler xaver.fleer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}