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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |