Mute Button for Google Plus
Add Mute Button on posts in Google Plus
什麼是Mute Button for Google Plus?
Mute Button for Google Plus是由ksaga開發的Chrome擴展程式,該擴展的主要功能是“Add Mute Button on posts in Google Plus”。
擴展截圖
下載Mute Button for Google Plus擴展crx文件
下載Mute Button for Google Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | |
ID | aebpfndhdfabgmnemfihmgifgckhabmn |
官方網址 | https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn |
簡介 | Add Mute Button on posts in Google Plus |
檔案大小 | 8.37 KB |
安裝次數 | 116 |
目前版本 | 1.4.3 |
更新時間 | 2013-12-15 |
上架時間 | 2013-12-15 |
評分 | 3.13/5 共 15 次評分 |
開發者 | ksaga |
付費類型 | free |
支援的語言 | 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" ] } ] } |