Keyword Allintitle Results

Find the allintitle search results for your keywords.

ما هو Keyword Allintitle Results؟

Keyword Allintitle Results هو إضافة Chrome تم تطويرها بواسطة xaver.fleer، والميزة الرئيسية لها هي "Find the allintitle search results for your keywords.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Keyword Allintitle Results

قم بتنزيل ملفات الامتداد Keyword Allintitle Results بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
عنوان URL الرسمي https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
الوصف Find the allintitle search results for your keywords.
حجم الملف 109 KB
عدد التثبيتات 176
النسخة الحالية 0.0.8
آخر تحديث 2021-09-29
تاريخ النشر 2021-09-21
تقييم 4.00/5 مجموع تقييمات 1
المطور xaver.fleer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}