Invite cleanup for Google+™
Removes hangout invites from your profile
ما هو Invite cleanup for Google+™؟
Invite cleanup for Google+™ هو إضافة Chrome تم تطويرها بواسطة Tzafrir Rehan، والميزة الرئيسية لها هي "Removes hangout invites from your profile".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Invite cleanup for Google+™
قم بتنزيل ملفات الامتداد Invite cleanup for Google+™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension deletes all stale hangout posts from your profile, from the past 5 days.
It will not delete hangout posts that have comments on them. معلومات أساسية عن التمديد
| الاسم | |
| ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
| الوصف | Removes hangout invites from your profile |
| حجم الملف | 599 KB |
| عدد التثبيتات | 31 |
| النسخة الحالية | 0.1.2 |
| آخر تحديث | 2013-01-04 |
| تاريخ النشر | 2013-01-03 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | Tzafrir Rehan |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Invite cleanup for Google+\u2122",
"version": "0.1.2",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"description": "Removes hangout invites from your profile",
"icons": {
"128": "icon128.png",
"16": "icon128.png",
"32": "icon128.png",
"64": "icon128.png"
},
"permissions": [
"notifications",
"unlimitedStorage",
"https:\/\/plus.google.com\/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |