Go Fucking Work
Get some fucking work done. Redirect fucking unproductive sites to motivational messages.
Was ist Go Fucking Work?
Go Fucking Work ist eine Chrome-Erweiterung, die von https://gofuckingwork.com entwickelt wurde, und ihr Hauptmerkmal ist "Get some fucking work done. Redirect fucking unproductive sites to motivational messages.".
Erweiterungsscreenshots
Go Fucking Work-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go Fucking Work-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hibmkkpfegfiinilnlabbfnjcopdiiig |
Offizielle URL | https://chrome.google.com/webstore/detail/go-fucking-work/hibmkkpfegfiinilnlabbfnjcopdiiig |
Beschreibung | Get some fucking work done. Redirect fucking unproductive sites to motivational messages. |
Dateigröße | 246 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.2.7 |
Letztes Update | 2020-07-19 |
Veröffentlichungsdatum | 2018-08-16 |
Bewertung | 4.82/5 Insgesamt 242 Bewertungen |
Entwickler | https://gofuckingwork.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://gofuckingwork.com |
URL der Datenschutzrichtlinien-Seite | http://www.gofuckingwork.com/privacy.html |
Unterstützte Sprachen | 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" } |