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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |