Social Permissions
Manage your social accounts, privacy and permissions directly from the address bar!
Social Permissionsคืออะไร?
Social Permissions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.social-permissions.com และคุณลักษณะหลักของมันคือ "Manage your social accounts, privacy and permissions directly from the address bar!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Permissions
ดาวน์โหลดไฟล์ส่วนขยาย Social Permissions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cleaning and managing your social account settings can be complicated and cumbersome. The permissions and privacy management settings can be hidden and not easy to access. It gets even more complicated if you want to delete your account. Social Permission makes each of those tasks very simple as it provides a unified interface to your privacy and permission settings to all major social sites. It will display an icon on a supported page giving you one click access to: * The access permission management page * The privacy settings management page * The delete account page Note: The delete account links will not directly delete your account! You will always need to confirm the cancellation of your account. Currently all mayor social sites are supported. For a complete list please go to www.social-permissions.com. Missing your favorite site? Contact us at [email protected] Note: As this is a service provided free of charge we do not take any responsibility for the actions caused by using this tool. Use it on your own risk! Icon by: http://www.webdesignerdepot.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Social Permissions |
ID | fbcndkoaalgimpamginlnhnlljnopkop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-permissions/fbcndkoaalgimpamginlnhnlljnopkop |
คำอธิบาย | Manage your social accounts, privacy and permissions directly from the address bar! |
ขนาดไฟล์ | 66.35 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2012-08-25 |
วันที่เผยแพร่ | 2012-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.social-permissions.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.social-permissions.com |
URL หน้าช่วยเหลือ | http://www.social-permissions.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Permissions", "version": "1.0.7", "description": "Manage your social accounts, privacy and permissions directly from the address bar!", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "128.png", "default_title": "Manage account" }, "permissions": [ "http:\/\/www.social-permissions.com\/api.php", "tabs" ], "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "48": "48.png", "128": "128.png", "256": "256.png" }, "manifest_version": 2 } |