WebMaster Tools - Bulk URL Removal

Google Search Console - Bulk URL Removal

什么是WebMaster Tools - Bulk URL Removal?

WebMaster Tools - Bulk URL Removal是由https://polymorphiclabs.io开发的Chrome扩展程序,该扩展的主要功能是“Google Search Console - Bulk URL Removal”。

扩展截图

screenshot

下载WebMaster Tools - Bulk URL Removal扩展crx文件

下载WebMaster Tools - Bulk URL Removal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension can remove a list of URLs from google via Google's search console formerly known as Google's Webmaster tools with one click. You don't need to copy and paste individual URL manually and click on the remove button one at a time. Instead, create a CSV file with all your to-be-removed URLs in it, "upload it", and click on remove.

To learn more about the expected CSV format, please refer to the CSV Format section on https://github.com/noitcudni/google-search-console-bulk-url-removal/#csv-format.

Click on the the green trash can icon to upload your CSV file to kick off a bulk removal job. 

If you run into any issues, please file an issue on github: https://github.com/noitcudni/google-webmaster-tools-bulk-url-removal/issues                    

扩展基本信息

名称 WebMaster Tools - Bulk URL Removal WebMaster Tools - Bulk URL Removal
ID pmnpibilljafelnghknefahibdnfeece
官方URL https://chromewebstore.google.com/detail/webmaster-tools-bulk-url/pmnpibilljafelnghknefahibdnfeece
简介 Google Search Console - Bulk URL Removal
文件大小 375 KB
安装次数 6,420
当前版本 3.1.3
更新时间 2024-03-01
上架时间 2020-06-01
评分 3.98/5 共85次评分
开发者 https://polymorphiclabs.io
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://google-search-console-bulk-url-removal-tool.com/
帮助页面URL https://github.com/noitcudni/google-webmaster-tools-bulk-url-removal/issues
隐私政策页面URL https://polymorphiclabs.io/pages-output/privacy_policy
支持的语言 en,es,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.1.3",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/trash_icon16.png",
        "32": "images\/trash_icon32.png",
        "48": "images\/trash_icon48.png",
        "128": "images\/trash_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*search-console*"
            ],
            "js": [
                "inject.js",
                "compiled\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/api.gumroad.com\/v2\/licenses\/verify",
        "https:\/\/api.lemonsqueezy.com\/v1\/*"
    ],
    "manifest_version": 3
}