Blip Desk Addictions
Change desk behavior based on your needs
What is Blip Desk Addictions?
Blip Desk Addictions is a Chrome extension developed by ceifa, and its main feature is "Change desk behavior based on your needs".
Extension Screenshots
Download Blip Desk Addictions Extension CRX File
Download Blip Desk Addictions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Essa extensão serve para ativar os plugins da White Wall dentro do Blip Desk. Como utilizar: https://www.loom.com/share/e02771d26caa44ab81cdfb1610f2d11c
Extension Basic Information
Name | Blip Desk Addictions |
ID | akfjcmbdebmamhmoldbkgomdbifedjnc |
Official URL | https://chromewebstore.google.com/detail/blip-desk-addictions/akfjcmbdebmamhmoldbkgomdbifedjnc |
Description | Change desk behavior based on your needs |
File Size | 127 KB |
Installation Count | 0 |
Current Version | 0.0.37 |
Last Updated | 2023-12-15 |
Publish Date | 2022-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ceifa |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
Supported Languages | 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\/*" ] } |