WebMasterTools: Bulk Outdated Content Removal

This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…

什麼是WebMasterTools: Bulk Outdated Content Removal?

WebMasterTools: Bulk Outdated Content Removal是由https://polymorphiclabs.io開發的Chrome擴展程式,該擴展的主要功能是“This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…”。

擴展截圖

screenshot

下載WebMasterTools: Bulk Outdated Content Removal擴展crx文件

下載WebMasterTools: Bulk Outdated Content Removal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension performs  Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter individual URLs manually one by one.

ATTENTION: if nothing happens, please refresh the page and do it again. Also, your language settings must be in English.

1. Create a list of outdated urls to be removed and store them in a file. All urls are separated by \n.
2. Visit https://search.google.com/search-console/remove-outdated-content
3. Click on the red trash can icon and submit your CSV file.

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

擴展基本資訊

名稱 WebMasterTools: Bulk Outdated Content Removal WebMasterTools: Bulk Outdated Content Removal
ID nifcnomokilnniefahjbcelkepelpphl
官方網址 https://chromewebstore.google.com/detail/webmastertools-bulk-outda/nifcnomokilnniefahjbcelkepelpphl
簡介 This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…
檔案大小 1.47 MB
安裝次數 432
目前版本 1.8
更新時間 2023-12-27
上架時間 2020-04-22
評分 3.60/5 共 10 次評分
開發者 https://polymorphiclabs.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal
說明頁面URL https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal/issues
隱私政策頁面URL https://polymorphiclabs.io/pages-output/privacy_policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebMasterTools: Bulk Outdated Content Removal",
    "version": "1.8",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/red_trash_icon16.png",
        "32": "images\/red_trash_icon32.png",
        "48": "images\/red_trash_icon48.png",
        "128": "images\/red_trash_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/search-console\/remove-outdated-content*"
            ],
            "js": [
                "inject.js",
                "compiled\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/api.gumroad.com\/v2\/licenses\/verify",
        "https:\/\/api.lemonsqueezy.com\/*"
    ],
    "manifest_version": 3
}