Go Fucking Work
Get some fucking work done. Redirect fucking unproductive sites to motivational messages.
Go Fucking Work란 무엇입니까?
Go Fucking Work은(는) https://gofuckingwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get some fucking work done. Redirect fucking unproductive sites to motivational messages."입니다.
확장 프로그램 스크린샷
Go Fucking Work 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Go Fucking Work blocks unproductive sites so you can get back to work. Add URLs of unproductive sites to the app, and we'll block them for you. Every time you try to procrastinate, we'll block that site and show you a motivational message. * Schedule what times you want your sites unblocked to stay focused during your productive hours. * Block any site you want - you choose what's distracting to you. * Add Forever Blocks to especially distracting sites so they remain blocked during your breaks.
확장 프로그램 기본 정보
이름 | |
ID | hibmkkpfegfiinilnlabbfnjcopdiiig |
공식 URL | https://chrome.google.com/webstore/detail/go-fucking-work/hibmkkpfegfiinilnlabbfnjcopdiiig |
설명 | Get some fucking work done. Redirect fucking unproductive sites to motivational messages. |
파일 크기 | 246 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.2.7 |
최근 업데이트 | 2020-07-19 |
출시 날짜 | 2018-08-16 |
평점 | 4.82/5 총 242 개의 평점 |
개발자 | https://gofuckingwork.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://gofuckingwork.com |
개인정보 보호 정책 페이지 URL | http://www.gofuckingwork.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Go Fucking Work", "short_name": "Fucking Work", "description": "Get some fucking work done. Redirect fucking unproductive sites to motivational messages.", "version": "1.2.7", "options_page": "options.html", "browser_action": { "default_icon": "img\/favicon-96x96.png", "default_title": "GO FUCKING WORK", "default_popup": "popup.html" }, "author": "Lamify", "homepage_url": "https:\/\/gofuckingwork.com", "icons": { "16": "img\/favicon-16x16.png", "48": "img\/favicon-48x48.png", "128": "img\/favicon-128x128.png" }, "background": { "scripts": [ "js\/jquery-2.2.1.min.js", "js\/URI.js", "js\/functions.js", "js\/background.js" ] }, "permissions": [ "storage", "tabs", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/cdn.heapanalytics.com\/ https:\/\/cdn.headwayapp.co https:\/\/headway-widget.net; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.gofuckingwork.com\/*", "https:\/\/*.gofuckingwork.com\/*" ], "js": [ "js\/gfw.js" ], "run_at": "document_end" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |