Bhai Kya Kar Raha Hai Tu
This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.
Cos'è Bhai Kya Kar Raha Hai Tu?
Bhai Kya Kar Raha Hai Tu è un'estensione di Chrome sviluppata da piedcipher.dev, e la sua funzione principale è "This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bhai Kya Kar Raha Hai Tu
Scarica i file di estensione Bhai Kya Kar Raha Hai Tu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ieogbmemnnfdlkhlnnpfkhiokgaoacdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/bhai-kya-kar-raha-hai-tu/ieogbmemnnfdlkhlnnpfkhiokgaoacdg |
| Descrizione | This extension shows 'bhai kya kar raha hai tu' meme when user opens a block-listed website. |
| Dimensione del File | 23.41 KB |
| Conteggio Installazioni | 123 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2022-05-12 |
| Data di Pubblicazione | 2022-03-15 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | piedcipher.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/piedcipher |
| URL della Pagina di Aiuto | https://github.com/piedcipher/bhai-kya-kar-raha-hai-tu/issues |
| Lingue Supportate | 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"
}
} | |