Personalize for Google Plus™
Only display non-public posts in the Google Plus stream
Personalize for Google Plus™คืออะไร?
Personalize for Google Plus™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tzafrir Rehan และคุณลักษณะหลักของมันคือ "Only display non-public posts in the Google Plus stream"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personalize for Google Plus™
ดาวน์โหลดไฟล์ส่วนขยาย Personalize for Google Plus™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogkolkbgfclgllhpfoijlahlaajonmkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/personalize-for-google-pl/ogkolkbgfclgllhpfoijlahlaajonmkk |
คำอธิบาย | Only display non-public posts in the Google Plus stream |
ขนาดไฟล์ | 14.31 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 2.12 |
อัปเดตครั้งล่าสุด | 2012-09-12 |
วันที่เผยแพร่ | 2012-09-12 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Tzafrir Rehan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Personalize for Google Plus\u2122", "description": "Only display non-public posts in the Google Plus stream", "version": "2.12", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "personalize.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/plus.google.com\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |