Go Fucking Work
Get some fucking work done. Redirect fucking unproductive sites to motivational messages.
ما هو Go Fucking Work؟
Go Fucking Work هو إضافة Chrome تم تطويرها بواسطة https://gofuckingwork.com، والميزة الرئيسية لها هي "Get some fucking work done. Redirect fucking unproductive sites to motivational messages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Go Fucking Work
قم بتنزيل ملفات الامتداد Go Fucking Work بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } |