Yandex Webmaster one click
Extension opens new tab Yandex WebMaster of current website
What is Yandex Webmaster one click?
Yandex Webmaster one click is a Chrome extension developed by derevnia77, and its main feature is "Extension opens new tab Yandex WebMaster of current website".
Download Yandex Webmaster one click Extension CRX File
Download Yandex Webmaster one click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Открывает в новом окне Яндекс Вебмастер текущего сайта
Extension Basic Information
Name | |
ID | majknndcfdifmbgidjhadbpicmlifanm |
Official URL | https://chrome.google.com/webstore/detail/yandex-webmaster-one-clic/majknndcfdifmbgidjhadbpicmlifanm |
Description | Extension opens new tab Yandex WebMaster of current website |
File Size | 21.11 KB |
Installation Count | 23 |
Current Version | 0.1 |
Last Updated | 2016-09-19 |
Publish Date | 2016-09-19 |
Developer | derevnia77 |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yandex Webmaster one click", "description": "Extension opens new tab Yandex WebMaster of current website", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_title": "Yandex WebMaster 1click tool", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1" } |