Fake Work Tab

Every new tab makes it look like you're working

What is Fake Work Tab?

Fake Work Tab is a Chrome extension developed by griffink3, and its main feature is "Every new tab makes it look like you're working".

Extension Screenshots

screenshot
screenshot

Download Fake Work Tab Extension CRX File

Download Fake Work Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Have you ever been playing video games or checking social media when you should've been working? And someone walks in on you?

With Fake Work Tab, it can be our little secret ;) Just open a new tab to make it look like you're working in a Google Doc or Google Sheets!                    

Extension Basic Information

Name Fake Work Tab Fake Work Tab
ID mhdjjjkealhkpnabhdidlfnmkdpdfaic
Official URL https://chromewebstore.google.com/detail/fake-work-tab/mhdjjjkealhkpnabhdidlfnmkdpdfaic
Description Every new tab makes it look like you're working
File Size 6.05 MB
Installation Count 248
Current Version 1.0
Last Updated 2020-10-30
Publish Date 2020-10-30
Rating 5.00/5 Total 1 Ratings
Developer griffink3
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake Work Tab",
    "short_name": "Fake Work Tab",
    "version": "1.0",
    "description": "Every new tab makes it look like you're working",
    "author": "Griffin Kao and Michael Perusse",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "start.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/winky16.png",
            "32": "images\/winky32.png",
            "48": "images\/winky48.png",
            "128": "images\/winky128.png"
        }
    },
    "icons": {
        "16": "images\/winky16.png",
        "32": "images\/winky32.png",
        "48": "images\/winky48.png",
        "128": "images\/winky128.png"
    },
    "manifest_version": 2
}