Giter Club home page Giter Club logo

Comments (8)

alefranzoni avatar alefranzoni commented on June 4, 2024 11

@izzues @cakircan-cakir
Yes you can, even if the developer doesn't publish the addon in the firefox store for everyone. It's really easy, follow these steps:

  1. Download source and extension (from Releases)
  2. Go to the developer page inside addons ff store
  3. Upload a "new addon". In this case, select the option that the addon will be only for you (private, non-public, so it can be activated instantly)
  4. You have to upload the extension and its code-source
  5. That's all! You'll receive a mail confirmation with your addon in *.xpi and fully installable (permanent). You also can install it from your developer profile > addon page > versions.

Don't forget to check for new releases and update your extension to keep it update. It's all!

from whatsapp-web-incognito.

tomer8007 avatar tomer8007 commented on June 4, 2024 3

We're waiting for Mozilla to add support for manifest v3:
https://discourse.mozilla.org/t/manifest-v3/94564/2

from whatsapp-web-incognito.

izzues avatar izzues commented on June 4, 2024 1

As far as I know, you can't permanently install temporary add-ons on Firefox Stable, only on Nightly or Developer Edition. However, I'm getting the same error even in Firefox Nightly. I tried adding an id key to the manifest but still get the same error.

(This is the error message: "[add-on] could not be installed because Nightly cannot modify the needed file")

from whatsapp-web-incognito.

w4po avatar w4po commented on June 4, 2024 1

@alefranzoni @tomer8007
It's not working anymore because Firefox doesn't support manifest v3:
Error: "Manifest V3 is currently not supported for upload"

Any workaround?

from whatsapp-web-incognito.

alefranzoni avatar alefranzoni commented on June 4, 2024 1

@w4po Meanwhile, you can download and use the version 1.7.8, as it's the latest version supported by Firefox. Check if that version meets your necessities.

from whatsapp-web-incognito.

cakircan-cakir avatar cakircan-cakir commented on June 4, 2024

The developer needs to publish this plugin in the store so we can install it easily

from whatsapp-web-incognito.

lsfgrd avatar lsfgrd commented on June 4, 2024

@w4po Meanwhile, you can download and use the version 1.7.8, as it's the latest version supported by Firefox. Check if that version meets your necessities.

Thanks for the guide! Any ideas why this can't be available on Firefox addon store like it is on Chrome?

from whatsapp-web-incognito.

gabrc52 avatar gabrc52 commented on June 4, 2024
diff --git a/core/parsing/protobuf/WhisperTextProtocol.js b/core/parsing/protobuf/WhisperTextProtocol.js
index 4736f4a..904c801 100644
Binary files a/core/parsing/protobuf/WhisperTextProtocol.js and b/core/parsing/protobuf/WhisperTextProtocol.js differ
diff --git a/manifest.json b/manifest.json
index 5085da3..e0c7faf 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-  "manifest_version": 3,
+  "manifest_version": 2,
   "name": "WAIncognito",
   "short_name": "WAIncognito",
   "description": "Be invisible on WhatsApp™ Web by disabling read receipts and presence updates",
@@ -11,7 +11,8 @@
    },
    "background":
    {
-    "service_worker": "background.js"
+    "scripts": ["background.js"],
+    "persistent": true
    },
    "host_permissions": ["https://web.whatsapp.com/*"],
    "content_scripts": 
@@ -27,5 +28,6 @@
   	  "css": ["styles.css", "lib/css/drop-theme-basic.css"]
   	}
    ],
-	"web_accessible_resources": [{"resources": ["lib/*", "core/*", "images/*"], "matches": ["https://web.whatsapp.com/*"]} ]
-}
\ No newline at end of file
+   "web_accessible_resources": ["lib/*", "core/*", "images/*" ]
+}
+

I got it to run by making the following change in the manifest, and recompiling. But it doesn't actually work?

from whatsapp-web-incognito.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.