Mute Button for Google+
One-click mute buttons for posts on Google+ (Google Plus)
Что такое Mute Button for Google+?
Mute Button for Google+ - это расширение Chrome, разработанное Jerome Dane, и его основная функция - "One-click mute buttons for posts on Google+ (Google Plus)".
Снимки экрана расширения
Скачать файл CRX расширения Mute Button for Google+
Скачайте файлы расширений Mute Button for Google+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Puts mute buttons into posts on Google+ so you can easily mute posts with a single click. Like this? You could buy me a cop of coffee: http://goo.gl/g8ckz Follow Jerome Dane for updates: Google - http://goo.gl/brcnw Facebook - http://goo.gl/OwKIG Twitter - http://goo.gl/UTh0W
Основная информация о расширении
Название | |
ID | ijkhodmcbfefibhmlngmdnfhhmcnmljd |
Официальный URL | https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd |
Описание | One-click mute buttons for posts on Google+ (Google Plus) |
Размер файла | 97.19 KB |
Количество установок | 119 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2012-11-29 |
Дата публикации | 2012-11-29 |
Рейтинг | 4.13/5 Всего 8 оценок |
Разработчик | Jerome Dane |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/JeromeDane/Google-Plus-Mute-Button |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Button for Google+", "description": "One-click mute buttons for posts on Google+ (Google Plus)", "version": "0.0.3", "options_page": "options.html", "permissions": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "js": [ "includes\/jquery.js", "includes\/userscript.user.js" ], "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "run_at": "document_end" } ] } |