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 |
| 电子邮箱 | [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"
}
} | |