Keyword Allintitle Results

Find the allintitle search results for your keywords.

Qu'est-ce que Keyword Allintitle Results ?

Keyword Allintitle Results est une extension Chrome développée par xaver.fleer, et sa fonction principale est "Find the allintitle search results for your keywords.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keyword Allintitle Results

Téléchargez les fichiers d'extension Keyword Allintitle Results au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
URL Officiel https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
Description Find the allintitle search results for your keywords.
Taille du Fichier 109 KB
Nombre d'Installations 176
Version Actuelle 0.0.8
Dernière Mise à Jour 2021-09-29
Date de Publication 2021-09-21
Évaluation 4.00/5 Total 1 Évaluations
Développeur xaver.fleer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}