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

Was ist Alex SEO Tool - keywords counter - Spam test?

Alex SEO Tool - keywords counter - Spam test ist eine Chrome-Erweiterung, die von 00018ds entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test".

Erweiterungsscreenshots

screenshot
screenshot

Alex SEO Tool - keywords counter - Spam test-Erweiterungs-CRX-Datei herunterladen

Laden Sie Alex SEO Tool - keywords counter - Spam test-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Alex SEO Tool - keywords counter - Spam test Alex SEO Tool - keywords counter - Spam test
ID bonflleibckhpdlmjnjljcnbknhdhemj
Offizielle URL https://chromewebstore.google.com/detail/alex-seo-tool-keywords-co/bonflleibckhpdlmjnjljcnbknhdhemj
Beschreibung A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test
Dateigröße 323 KB
Installationsanzahl 64
Aktuelle Version 1.1.7
Letztes Update 2024-02-19
Veröffentlichungsdatum 2023-06-22
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler 00018ds
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://1win1win.com/
Unterstützte Sprachen 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"
    ]
}