开发者

how does the manifest for chrome extensions work?

开发者 https://www.devze.com 2023-03-03 15:59 出处:网络
I made an extension for google chrome but I don\'t like what the market put as a warning :( This extension may have access to:

I made an extension for google chrome but I don't like what the market put as a warning :(

This extension may have access to:

Your data on every website

Your history data

the manifest:

{
  "name": "extension name",
  "description": "description cool super description.",
  "version": "1.0",
  "permissions": [ "tabs", "http://*/*", "https://*/*" ],
  "browser_action": {
      "default_icon": "icon.png开发者_StackOverflow",
      "popup": "popup.html"
  }
}

Is there any way to explain to google that I don't access any of this? is just an app to reveal asterisk :(


If you mean "browser history" part then it's a bug on the webstore website which someone should report. This contradicts their own docs where it says that tab permission should raise "Your tabs and browsing activity" warning. (As a reference this bug report could be used)

"Your data on all websites" is correct one. Their warnings show not what you do, but what you can potentially do.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号