MonokaiToolkit Extension

A super toolset for Facebook Users

What is MonokaiToolkit Extension?

MonokaiToolkit Extension is a Chrome extension developed by https://northstudio.vn, and its main feature is "A super toolset for Facebook Users".

Extension Screenshots

screenshot
screenshot
screenshot

Download MonokaiToolkit Extension Extension CRX File

Download MonokaiToolkit Extension 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

                        MonokaiToolkit (Extension) is a set of various tools for improving your experience while using social networks. We respect your privacy and trying our best to provide you many features to control your "life on Internet" better. With this tool-set, you can:
- Remove non-interactive friends.
- Control your friend list.
- See activity statistics.
- See top friends.
- Batch remove your contents.
- ...and many more features ;)                    

Extension Basic Information

Name MonokaiToolkit Extension MonokaiToolkit Extension
ID dagbggkfgebkmlmnlidioknbhilfnngn
Official URL https://chromewebstore.google.com/detail/monokaitoolkit-extension/dagbggkfgebkmlmnlidioknbhilfnngn
Description A super toolset for Facebook Users
File Size 3.02 MB
Installation Count 10,000
Current Version 2.1.1
Last Updated 2024-02-21
Publish Date 2021-10-19
Rating 3.87/5 Total 97 Ratings
Developer https://northstudio.vn
Email [email protected]
Payment Type free
Extension Website https://monokaitoolkit.com
Help Page URL https://monokaitoolkit.com/support
Privacy Policy Page URL https://monokaitoolkit.com/privacy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "2.1.1",
    "author": "northstudio",
    "name": "MonokaiToolkit Extension",
    "description": "A super toolset for Facebook Users",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "downloads",
        "cookies",
        "activeTab",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "utils.a56f1776.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/fb.watch\/*",
        "ws:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/fb.watch\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*",
            "https:\/\/fb.watch\/*"
        ]
    }
}