Giter Site home page Giter Site logo

Comments (13)

timstuyckens avatar timstuyckens commented on August 21, 2024 8

@gerbendekker thanks for the PR
Long overdue I checked the developer dashboard and did some of the new requirements (filling in privacy description form, ... )
I cannot publish a new version untill they review this and "unblock" the extension BUT I republished the old one

"Wacht op beoordeling" means "waiting for review" (dutch)
image

from chromeextensions-knockoutjs.

duffdean avatar duffdean commented on August 21, 2024 3

@rbailey90 Thanks for that advice! I think I will use this as a workaround for the time being.

@timstuyckens Is there any way that the extension can be resubmitted with the suggest fix to see if this was the root cause?

from chromeextensions-knockoutjs.

roman204 avatar roman204 commented on August 21, 2024 1

@rbailey90 Thanks for that advice! I think I will use this as a workaround for the time being.

@timstuyckens Is there any way that the extension can be resubmitted with the suggest fix to see if this was the root cause?

Did that and for now its working again. THX

from chromeextensions-knockoutjs.

gerbendekker avatar gerbendekker commented on August 21, 2024 1

image
How I read this and looking at what is used in the code chrome.tabs.query({ active: true } we don't require this permission.
Ill make a pull request for that

PS the FF extension is still available

from chromeextensions-knockoutjs.

gerbendekker avatar gerbendekker commented on August 21, 2024 1

@timstuyckens dankjewel!
image

from chromeextensions-knockoutjs.

KarthikMadathil avatar KarthikMadathil commented on August 21, 2024

Yeah. im also looking for debug UiComponent with magento and find extension removed

from chromeextensions-knockoutjs.

danieluniform avatar danieluniform commented on August 21, 2024

Yes, this is going to be a real pain in our development pipeline if the knockoutjs debugger is completely removed, as it's almost vital for us to fix problems in our builds as our whole app is virtually centered around Knockoutjs.

from chromeextensions-knockoutjs.

timstuyckens avatar timstuyckens commented on August 21, 2024

Hi All,

Details about the removal (from a email from the webstore):

`We want to let you know that your item is at risk of being removed from the Chrome Web Store. You will find more information below.

Item name: Knockoutjs context debugger

Item ID: oddcpmchholgcjgjdnfjmildmlielhof

Violation(s):

Use of rights:

Reference ID Violation: Purple Potassium
Violation: The following permissions are not required to be requested for the methods/properties implemented by the item:
tabs
Correction: Remove the above permissions. The properties used by the items will continue to function without these rights being requested.
Relevant section in the program policy:
Request access to the most specific permissions needed to implement your product's features or services. You may not "prepare your product for the future" by applying for a right that can be used for services or features that have not yet been implemented. (more information)

Important information about new submissions:

Make the necessary changes within fourteen days to avoid deletion.`

Probably the following line, maybe there is a new permission or this isn't required anymore.
https://github.com/timstuyckens/chromeextensions-knockoutjs/blob/master/manifest.json#L11

from chromeextensions-knockoutjs.

duffdean avatar duffdean commented on August 21, 2024

Don't know if this is too late, but you can submit this is an incorrect removal via https://support.google.com/chrome_webstore/contact/one_stop_support

After review Google should reinstate the extension. Have you tried this at all?

from chromeextensions-knockoutjs.

rbailey90 avatar rbailey90 commented on August 21, 2024

As a workaround for now, you can download the repo, unzip, then in Edge/Chrome, Manage Extensions, turn on Developer mode, click Load Unpacked and select the chromeextensions-knockoutjs-master folder.

The only downside is that the browser starts to nag you about the dangers of using extensions in developer mode and asking if you want to turn it off.

from chromeextensions-knockoutjs.

danieluniform avatar danieluniform commented on August 21, 2024

From what I can tell from their response, and my assumptions just glancing at the code and looking in manifest.json, is that this needs to change from this:
"permissions": [ "tabs" ],

to this:
"permissions": [],

Why this permission is not needed ? Shrug.

from chromeextensions-knockoutjs.

duffdean avatar duffdean commented on August 21, 2024

Yeah was wondering if this could just be resubmitted to the store with the manifest updated to "permissions": [], ?
I could make the amendments and submit to the web store on my own account, but I don't own the extensions. But i would be happy to resubmit given permission.

from chromeextensions-knockoutjs.

MarcelJurtz avatar MarcelJurtz commented on August 21, 2024

@danieluniform apparently the "tabs"-permission is still required, background.js uses this to handle page refreshes. This however makes me unsure on what the actual problem is.

If this repo is no longer actively maintained, I'd also be happy to fix the issue in a fork, but this doesn't seem to address the problem correctly.

from chromeextensions-knockoutjs.

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.