Mute Button for Google Plus
Add Mute Button on posts in Google Plus
Mute Button for Google Plus là gì?
Mute Button for Google Plus là một tiện ích mở rộng Chrome được phát triển bởi ksaga, và tính năng chính của nó là "Add Mute Button on posts in Google Plus".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mute Button for Google Plus
Tải xuống các tệp mở rộng Mute Button for Google Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension is for your who use mute functional frequently in Google Plus. It adds two buttons on each post in Google plus stream; hide: erase the contents of the post temporarily, that will be reverted when you reload the page. mute: this is shortcut to Google plus's mute functional. My G+ account is: https://plus.google.com/109370984101702523623 2012-08-31 updated to show buttons when you switch to circle's stream. 2011-10-06 updated for G+ change (that was a little bit difficult, thank you for your patience)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aebpfndhdfabgmnemfihmgifgckhabmn |
URL Chính Thức | https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn |
Mô tả | Add Mute Button on posts in Google Plus |
Kích Thước Tệp | 8.37 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2013-12-15 |
Ngày Phát Hành | 2013-12-15 |
Đánh Giá | 3.13/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | ksaga |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |