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是由00018ds開發的Chrome擴展程式,該擴展的主要功能是“A lightweight SEO script to quickly count the occurrence of keywords from the title in the text. Spam SEO test”。

擴展截圖

screenshot
screenshot

下載Alex SEO Tool - keywords counter - Spam test擴展crx文件

下載Alex SEO Tool - keywords counter - Spam test擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}