Bing Webmaster Tools - Bulk Url Removal

This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…

什麼是Bing Webmaster Tools - Bulk Url Removal?

Bing Webmaster Tools - Bulk Url Removal是由https://polymorphiclabs.io開發的Chrome擴展程式,該擴展的主要功能是“This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…”。

擴展截圖

screenshot

下載Bing Webmaster Tools - Bulk Url Removal擴展crx文件

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

擴展使用說明

                        This extension can remove a list of URLs from Bing via Bing 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/bing-webmaster-bulk-url-removal/#csv-format.

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

擴展基本資訊

名稱 Bing Webmaster Tools - Bulk Url Removal Bing Webmaster Tools - Bulk Url Removal
ID knhcaipgfilkpgkejhmjbgklpalkaahi
官方網址 https://chromewebstore.google.com/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi
簡介 This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…
檔案大小 1.47 MB
安裝次數 304
目前版本 1.6
更新時間 2024-03-01
上架時間 2021-04-03
評分 5.00/5 共 3 次評分
開發者 https://polymorphiclabs.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal
說明頁面URL https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal/issues
隱私政策頁面URL https://polymorphiclabs.io/pages-output/privacy_policy
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing Webmaster Tools - Bulk Url Removal",
    "version": "1.6",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/bing_trash_can_16.png",
        "32": "images\/bing_trash_can_32.png",
        "48": "images\/bing_trash_can_48.png",
        "128": "images\/bing_trash_can_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bing.com\/webmasters\/searchconfig\/blockurl*"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "css": [
                "bootstrap.min.css"
            ],
            "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
}