我如何使用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权限