Blip Desk Addictions
Change desk behavior based on your needs
Blip Desk Addictionsとは何ですか?
Blip Desk Addictionsはceifaによって開発されたChromeの拡張機能で、その主な機能は「Change desk behavior based on your needs」です。
拡張機能のスクリーンショット
Blip Desk Addictions拡張機能のCRXファイルをダウンロード
Blip Desk Addictions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Essa extensão serve para ativar os plugins da White Wall dentro do Blip Desk.
Como utilizar: https://www.loom.com/share/e02771d26caa44ab81cdfb1610f2d11c 拡張機能の基本情報
| 名前 | |
| ID | akfjcmbdebmamhmoldbkgomdbifedjnc |
| 公式URL | https://chromewebstore.google.com/detail/blip-desk-addictions/akfjcmbdebmamhmoldbkgomdbifedjnc |
| 説明 | Change desk behavior based on your needs |
| ファイルサイズ | 127 KB |
| インストール数 | 0 |
| 現在のバージョン | 0.0.37 |
| 最終更新日 | 2023-12-15 |
| 公開日 | 2022-07-05 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ceifa |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
| 対応言語 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blip Desk Addictions",
"version": "0.0.37",
"manifest_version": 3,
"description": "Change desk behavior based on your needs",
"icons": {
"128": ".\/manifest\/icon-128px.png",
"48": ".\/manifest\/icon-48px.png",
"32": ".\/manifest\/icon-32px.png",
"16": ".\/manifest\/icon.png"
},
"action": {
"default_popup": ".\/popup.html",
"default_icon": ".\/manifest\/icon.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/desk.blip.ai\/*",
"*:\/\/*.desk.blip.ai\/*"
],
"js": [
".\/blip-desk.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"*:\/\/desk.blip.ai\/*",
"*:\/\/*.desk.blip.ai\/*"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/desk.blip.ai\/*",
"*:\/\/*.desk.blip.ai\/*"
]
} | |