Mute Button for Google Plus
Add Mute Button on posts in Google Plus
Vad är Mute Button for Google Plus?
Mute Button for Google Plus är en Chrome-tillägg utvecklad av ksaga, och dess huvudfunktion är "Add Mute Button on posts in Google Plus".
Tilläggsskärmbilder
Ladda ner Mute Button for Google Plus-förlängningens CRX-fil
Ladda ner Mute Button for Google Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | aebpfndhdfabgmnemfihmgifgckhabmn |
Officiell webbadress | https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn |
Beskrivning | Add Mute Button on posts in Google Plus |
Filstorlek | 8.37 KB |
Antal Installationer | 116 |
Aktuell Version | 1.4.3 |
Senast Uppdaterad | 2013-12-15 |
Publiceringsdatum | 2013-12-15 |
Betyg | 3.13/5 Totalt 15 Betyg |
Utvecklare | ksaga |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |