Google Console Bulk URL Remover

A free tool to automate removal of URLs in bulk.

Google Console Bulk URL Remover란 무엇입니까?

Google Console Bulk URL Remover은(는) https://nikitakostin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free tool to automate removal of URLs in bulk."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Console Bulk URL Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the Google Console Bulk URL Remover Extension, an efficient tool that makes managing your Google search results a breeze. This Chrome extension is carefully crafted for webmasters, SEO professionals and anyone seeking to maintain a organized presence. It simplifies the task of tidying up updating and streamlining your URLs in Google Search Console.

FAQ:
1. Where should the extension be opened and run?
- On the removals page of Google Search Console (https://search.google.com/search-console/removals);

2. How should I separate the links?
- The links should be separated by a new line (Enter), in a new version we will introduce other types of separation;

3. What language my browser should be set to?
- On the current version of the extension, your browser and the page are required to be set to "English" as the logic of the extension depends on it.

Version 1.2, Release log:
- Fixed the bug when the extension stops if a duplicate link was found;
- Fixed the bug when the extension tries submitting an empty string;
- Added some instructions within the User Interface;
- Restructured the script for decreasing the used space/time.


We're continuously dedicated to enhancing our product. If you have any suggestions, ideas, or feedback on how we can make it even better, please don't hesitate to reach out to us. Your input is invaluable in helping us improve our offering and provide you with the best possible experience. Contact us anytime; we're here to listen and evolve with your needs.                    

확장 프로그램 기본 정보

이름 Google Console Bulk URL Remover Google Console Bulk URL Remover
ID fiagcnfiappolbdgnepgohenppnohnfi
공식 URL https://chromewebstore.google.com/detail/google-console-bulk-url-r/fiagcnfiappolbdgnepgohenppnohnfi
설명 A free tool to automate removal of URLs in bulk.
파일 크기 18.41 KB
설치 횟수 58
현재 버전 1.2
최근 업데이트 2024-01-11
출시 날짜 2023-11-14
평점 4.00/5 총 4 개의 평점
개발자 https://nikitakostin.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://nikitakostin.com/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Console Bulk URL Remover",
    "version": "1.2",
    "description": "A free tool to automate removal of URLs in bulk.",
    "author": "[email protected]",
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/search.google.com\/*"
    ]
}