Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by LEVAAP

  1. LEVAAP

    Extension support on all websites

    No that is my .json code i've used.
  2. LEVAAP

    Extension support on all websites

    { "manifest_version": 3, "name": "Mijn extensie", "description": "Dit is mijn extensie", "version": "1.0", "background": { "service_worker": "background.js" }, "host_permissions": [<all_urls>], "content_scripts": [ { "matches": ["*://*/*"], "js"...
  3. LEVAAP

    Extension support on all websites

    I'm making a extension right now that will pause every video playing on tab focus. But I'm struggling with the permissions object in the manifest.json. I tried everything to make the extension work on every page on the internet: "<all_urls>" and "http:///" and "https:///" and "tabs" Why does...
Back
Top Bottom