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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |