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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Go Fucking Work拡張機能のCRXファイルをダウンロード

Go Fucking Work拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Go Fucking Work Go Fucking Work
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
Eメール [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"
}