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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebMasterTools: Bulk Outdated Content Removal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
}