Webtool Check
Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.
What is Webtool Check?
Webtool Check is a Chrome extension developed by xuansang0509, and its main feature is "Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.".
Extension Screenshots
Download Webtool Check Extension CRX File
Download Webtool Check 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
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên http://index.xtooldev.com/. Hỗ trợ người dùng thao tác nhanh trong việc tìm kiếm và sao chép dữ liệu cần thiết.
Extension Basic Information
Name | Webtool Check |
ID | iljpdfakppafhmcdcegjcjnldiooibbn |
Official URL | https://chromewebstore.google.com/detail/webtool-check/iljpdfakppafhmcdcegjcjnldiooibbn |
Description | Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info. |
File Size | 62.21 KB |
Installation Count | 493 |
Current Version | 1.2 |
Last Updated | 2022-05-10 |
Publish Date | 2022-04-27 |
Developer | xuansang0509 |
[email protected] | |
Payment Type | free |
Extension Website | http://index.xtooldev.com/ |
Help Page URL | http://index.xtooldev.com/ |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "main.js", "jquery-2.1.1.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "object-src 'self'; script-src 'self'" }, "description": "Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.", "host_permissions": [ "*:\/\/*.google.com\/", "*:\/\/localhost\/", "*:\/\/index.xtooldev.com" ], "icons": { "128": "ua-icon-128.png", "16": "ua-icon-16.png", "48": "ua-icon-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn+6s\/dAF\/iDzzsrkzz8cUngt6sybuXMbS1VhCP1lCS0y9D71QbPVnlrJ\/VZJFGREbqTNPJHhckKWYNNv6DcIgd4bCMfB8fm5YJp4IhyAjy+vlI5u1LkiFDlMXSxJj6iuNH7jQve9RJfMiWjmfXpJYrLg4IbJ+2MBS6m4Yic5Fr2X95tkSiScnE9G1AfRi2rPrB1Qt+pebp0IPQRu4hbN\/M2PytoV\/UNeaG3q4IX\/le8DRzcZWjEgM77ipoviDkffF+7sNqyPBuXfSI9IHJXb\/RKmXgIfgLgwniHRAodpkGeqphdI8X+kL7XSI72d0XGQ6NzCUS5+RLHUL8U\/KRufUwIDAQAB", "manifest_version": 3, "name": "Webtool Check", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |