Keyword Allintitle Results

Find the allintitle search results for your keywords.

Cos'è Keyword Allintitle Results?

Keyword Allintitle Results è un'estensione di Chrome sviluppata da xaver.fleer, e la sua funzione principale è "Find the allintitle search results for your keywords.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyword Allintitle Results

Scarica i file di estensione Keyword Allintitle Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
URL Ufficiale https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
Descrizione Find the allintitle search results for your keywords.
Dimensione del File 109 KB
Conteggio Installazioni 176
Versione Corrente 0.0.8
Ultimo Aggiornamento 2021-09-29
Data di Pubblicazione 2021-09-21
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore xaver.fleer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}