Social Permissions
Manage your social accounts, privacy and permissions directly from the address bar!
什麼是Social Permissions?
Social Permissions是由https://www.social-permissions.com開發的Chrome擴展程式,該擴展的主要功能是“Manage your social accounts, privacy and permissions directly from the address bar!”。
擴展截圖
下載Social Permissions擴展crx文件
下載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 |
官方網址 | 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 } |