Mute Button for Google Plus

Add Mute Button on posts in Google Plus

Mute Button for Google Plusคืออะไร?

Mute Button for Google Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ksaga และคุณลักษณะหลักของมันคือ "Add Mute Button on posts in Google Plus"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Button for Google Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mute Button for Google Plus Mute Button for Google Plus
ID aebpfndhdfabgmnemfihmgifgckhabmn
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}