Berti
Extensão Berti
Bertiとは何ですか?
Bertiはdjalcoによって開発されたChromeの拡張機能で、その主な機能は「Extensão Berti」です。
拡張機能のスクリーンショット
Berti拡張機能のCRXファイルをダウンロード
Berti拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
5% de chance a cada página aberta de abrir uma nova aba e ir para o vídeo dos irmãos berti 拡張機能の基本情報
| 名前 | |
| ID | hmloccjnnhpehmmplnnkeijjppppefkn |
| 公式URL | https://chromewebstore.google.com/detail/berti/hmloccjnnhpehmmplnnkeijjppppefkn |
| 説明 | Extensão Berti |
| ファイルサイズ | 3.24 MB |
| インストール数 | 12 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2019-11-20 |
| 公開日 | 2019-11-18 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | djalco |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.5",
"name": "Berti",
"description": "Extens\u00e3o Berti",
"author": "Dj Alco",
"browser_action": {
"default_title": "Berti",
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"style.css"
],
"js": [
"script.js"
]
}
],
"web_accessible_resources": [
"assets\/*"
]
} | |