如何插入activeTab权限

时间:2018-11-03 11:01:47

标签: javascript

我如何使用activeTab权限

manifest.json

{
"manifest_version": 2,
"name": "dailyVideoStream",
"options_ui": {
  "page": "html/OptionsSite/OptionsSite.html"
},
"permissions": [ "storage", "webRequest", "webRequestBlocking", 
"\u003Call_urls>", "tabs", "unlimitedStorage", "webNavigation", "downloads", 
"proxy" ],
"short_name": "DVideo",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.1",
"web_accessible_resources": [ "html/VidPlaySite/VidPlaySite.html", 
"html/VideoPopup/VideoPopup.html", "html/VideoPopup/VideoPopup.css", 
"html/LibrarySite/librarySite.html" ]
}

如何在不发出警报的情况下插入activeTab权限

0 个答案:

没有答案