Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Bhromeとは何ですか?
Bhromeはplsrespondによって開発されたChromeの拡張機能で、その主な機能は「Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome」です。
拡張機能のスクリーンショット
Bhrome拡張機能のCRXファイルをダウンロード
Bhrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browse the internet safely without being triggered by words that start with 'C'.
Testimonials:
"Before google bhrome I didn't have a safe way to browse and stay up on burrent events with the worlds leading web browser"
"Now I'm bool, balm, and bollective every time I log on to the web! Thank you Bhrome!" 拡張機能の基本情報
| 名前 | |
| ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
| 公式URL | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
| 説明 | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
| ファイルサイズ | 27.95 KB |
| インストール数 | 32 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2017-02-02 |
| 公開日 | 2017-02-02 |
| 評価 | 4.86/5 合計 7 レビュー |
| 開発者 | plsrespond |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bhrome",
"short_name": "Bhrome",
"description": "Making sure everythings \ud83c\udd71\ufe0f\ufe0fool while you \ud83c\udd71\ufe0f\ufe0frowse with \ud83c\udd71\ufe0f\ufe0fhrome",
"version": "0.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |