Go Fucking Work
Get some fucking work done. Redirect fucking unproductive sites to motivational messages.
Go Fucking Work क्या है?
Go Fucking Work https://gofuckingwork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get some fucking work done. Redirect fucking unproductive sites to motivational messages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Go Fucking Work एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |