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.」です。
拡張機能のスクリーンショット
Bhai Kya Kar Raha Hai Tu拡張機能のCRXファイルをダウンロード
Bhai Kya Kar Raha Hai Tu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |