SEOTOBO Extension
This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…
What is SEOTOBO Extension?
SEOTOBO Extension is a Chrome extension developed by https://seotobo.com, and its main feature is "This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…".
Extension Screenshots
Download SEOTOBO Extension Extension CRX File
Download SEOTOBO Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search results (SERP). From there, the content maker ( or SEOer) can make the outline the best, the most complete, the most suitable, the best SEO standard for the article content (Content is king). This is the most important content trend today - Check for duplicate content - Suggest related keyword - List a list of "allintitle" by keyword to find niche keywords Note: This tool is for support only. To use these features, visit the website seotobo.com
Extension Basic Information
Name | SEOTOBO Extension |
ID | deiongpjjbocjmonefmnldjmmkgbpkmh |
Official URL | https://chromewebstore.google.com/detail/seotobo-extension/deiongpjjbocjmonefmnldjmmkgbpkmh |
Description | This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search… |
File Size | 96.97 KB |
Installation Count | 2,703 |
Current Version | 0.8 |
Last Updated | 2021-05-26 |
Publish Date | 2021-04-05 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://seotobo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://seotobo.com/ |
Privacy Policy Page URL | https://seotobo.com/ct-dieu-khoan-dich-vu.html |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEOTOBO Extension", "version": "0.8", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.0.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-40.png", "64": "icon-16.png", "128": "icon-16.png" } } |