Choobudo app

Choobudo

What is Choobudo app?

Choobudo app is a Chrome extension developed by choobudo, and its main feature is "Choobudo".

Extension Screenshots

screenshot

Download Choobudo app Extension CRX File

Download Choobudo app 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

                        רשת שותפים חברתית המאפשרת תרומה לעמותות בזמן שאתם רוכשים באתרי און ליין בלי להוסיף שקל מהכיס.                    

Extension Basic Information

Name Choobudo app Choobudo app
ID flbmbieocbjkpfncmikpmbmepppdegph
Official URL https://chromewebstore.google.com/detail/choobudo-app/flbmbieocbjkpfncmikpmbmepppdegph
Description Choobudo
File Size 256 KB
Installation Count 165
Current Version 0.9.61
Last Updated 2022-11-16
Publish Date 2022-02-28
Developer choobudo
Email [email protected]
Payment Type free
Privacy Policy Page URL http://choobudo.ziponet.co.il/2a64f850-a828-482b-81ae-25358260b313/privacy-policy.docx
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Choobudo app",
    "version": "0.9.61",
    "description": "Choobudo",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_icon": "hello_extensions.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/choobudo.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "hello_extensions.png"
    }
}