Bhai Kya Kar Raha Hai Tu

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

Bhai Kya Kar Raha Hai Tu란 무엇입니까?

Bhai Kya Kar Raha Hai Tu은(는) piedcipher.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bhai Kya Kar Raha Hai Tu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bhai Kya Kar Raha Hai Tu Bhai Kya Kar Raha Hai Tu
ID ieogbmemnnfdlkhlnnpfkhiokgaoacdg
공식 URL https://chromewebstore.google.com/detail/bhai-kya-kar-raha-hai-tu/ieogbmemnnfdlkhlnnpfkhiokgaoacdg
설명 This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.
파일 크기 23.41 KB
설치 횟수 123
현재 버전 0.0.2
최근 업데이트 2022-05-12
출시 날짜 2022-03-15
평점 5.00/5 총 2 개의 평점
개발자 piedcipher.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/piedcipher
도움말 페이지 URL https://github.com/piedcipher/bhai-kya-kar-raha-hai-tu/issues
지원되는 언어 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"
    }
}