Force Authentication for Google™
Disables check boxes on Google sign-in pages, including 'Always logged in' and 'Don't ask for codes again on this computer'.
Force Authentication for Google™란 무엇입니까?
Force Authentication for Google™은(는) Master에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disables check boxes on Google sign-in pages, including 'Always logged in' and 'Don't ask for codes again on this computer'."입니다.
확장 프로그램 스크린샷
Force Authentication for Google™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Forces Google authentication by preventing check boxes for 'convenience' on sign-in pages. Disables 'always' logged in, and 'Don't ask for codes again on this computer' (if two-factor is enabled), which are irritatingly always checked by default. This ensures you're always forced to authenticate when necessary, and never allows you to bypass two-factor authentication. This extension does NOT obtain any personal information at all from your accounts page, and ONLY disables the check boxes as described above. View the source if you're concerned. It is advised to clear your cache first after initial install by using Ctrl + Shift + Delete, and choosing "Cookies and other site and plug-in data". Then log in as normal. ---------------------------------------------------------------- v1.2.3 - Updated to support new version of Google's login page utilizing "G Codes".
확장 프로그램 기본 정보
이름 | Force Authentication for Google™ |
ID | mibfgmnehcpfeafnghhhlembedakhjpm |
공식 URL | https://chromewebstore.google.com/detail/force-authentication-for/mibfgmnehcpfeafnghhhlembedakhjpm |
설명 | Disables check boxes on Google sign-in pages, including 'Always logged in' and 'Don't ask for codes again on this computer'. |
파일 크기 | 52.4 KB |
설치 횟수 | 206 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2015-08-18 |
출시 날짜 | 2015-08-18 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Master |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "Force Authentication for Google\u2122", "description": "Disables check boxes on Google sign-in pages, including 'Always logged in' and 'Don't ask for codes again on this computer'.", "manifest_version": 2, "version": "1.2.3", "icons": { "16": "thumbnail-16.png", "48": "thumbnail-48.png", "128": "thumbnail-48.png" }, "permissions": [ "*:\/\/accounts.google.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/accounts.google.com\/*" ], "js": [ "jquery.js", "background.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "background.js", "thumbnail-16.png", "thumbnail-48.png", "thumbnail-128.png" ] } |