Alex SEO Tool - keywords counter - Spam test

A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test

ما هو Alex SEO Tool - keywords counter - Spam test؟

Alex SEO Tool - keywords counter - Spam test هو إضافة Chrome تم تطويرها بواسطة 00018ds، والميزة الرئيسية لها هي "A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Alex SEO Tool - keywords counter - Spam test

قم بتنزيل ملفات الامتداد Alex SEO Tool - keywords counter - Spam test بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A lightweight SEO script for quickly counting keyword occurrences from the title in the text. Sometimes it does not count reliably because it does not use heavy libraries for bigrams and trigrams, in addition some of the text is sometimes loaded dynamically.  But for quick removal of positions and analysis on the fly is ideal. 
Send recommendations on how to improve the script to your friends on Twitter or Telegram.
I write more complex versions of the script in Python using complex libraries for trigrams (2-3 words) without case sensitive, but they are complicated and need a separate server.

Additional information about me: I automate personal sites in igaming niche, write parsers and scripts to automate link building strategy.                    

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

الاسم Alex SEO Tool - keywords counter - Spam test Alex SEO Tool - keywords counter - Spam test
ID bonflleibckhpdlmjnjljcnbknhdhemj
عنوان URL الرسمي https://chromewebstore.google.com/detail/alex-seo-tool-keywords-co/bonflleibckhpdlmjnjljcnbknhdhemj
الوصف A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test
حجم الملف 323 KB
عدد التثبيتات 64
النسخة الحالية 1.1.7
آخر تحديث 2024-02-19
تاريخ النشر 2023-06-22
تقييم 5.00/5 مجموع تقييمات 4
المطور 00018ds
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://1win1win.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Alex SEO Tool - keywords counter - Spam test",
    "version": "1.1.7",
    "description": "A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ]
}