Bhai Kya Kar Raha Hai Tu

This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.

What is Bhai Kya Kar Raha Hai Tu?

Bhai Kya Kar Raha Hai Tu is a Chrome extension developed by piedcipher.dev, and its main feature is "This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bhai Kya Kar Raha Hai Tu Extension CRX File

Download Bhai Kya Kar Raha Hai Tu 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

                        This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website. It is a website-blocker built for fun.

Create and Manage your own block-list.
Set a custom-image which is shown when you visit a block-listed website.                    

Extension Basic Information

Name Bhai Kya Kar Raha Hai Tu Bhai Kya Kar Raha Hai Tu
ID ieogbmemnnfdlkhlnnpfkhiokgaoacdg
Official URL https://chromewebstore.google.com/detail/bhai-kya-kar-raha-hai-tu/ieogbmemnnfdlkhlnnpfkhiokgaoacdg
Description This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.
File Size 23.41 KB
Installation Count 123
Current Version 0.0.2
Last Updated 2022-05-12
Publish Date 2022-03-15
Rating 5.00/5 Total 2 Ratings
Developer piedcipher.dev
Email [email protected]
Payment Type free
Extension Website https://twitter.com/piedcipher
Help Page URL https://github.com/piedcipher/bhai-kya-kar-raha-hai-tu/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bhai Kya Kar Raha Hai Tu",
    "version": "0.0.2",
    "description": "This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.",
    "manifest_version": 3,
    "author": "Tirth Patel",
    "action": {
        "default_popup": "index.html",
        "default_title": "Bhai Kya Kar Raha Hai Tu"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": ".\/assets\/_16.png",
        "48": ".\/assets\/_48.png",
        "128": ".\/assets\/_128.png"
    }
}