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"입니다.
확장 프로그램 스크린샷
Alex SEO Tool - keywords counter - Spam test 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |