搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Extension is working in only certain tabs

  • 1 回覆
  • 0 有這個問題
  • 13 次檢視
  • 最近回覆由 MrQuackDuck

more options

I am developing an extension that will fix YouTube spacebar issue (after recent YouTube update after Alt Tabbing from other window, spacebar is not working to Pause/Play videos).

The problem is that my extension is not working anywhere except on https://www.mozilla.org.

I've already added "*://*.youtube.com/*" to "host_permissions" in my manifest.json file and it's displayed as "Can always read and change data on this site" on YouTube, but it does nothing. On https://www.mozilla.org my extension is activating properly (writes test message in console).

I added my extension on "about:debugging". Can it be related with that? Appreciate any help!

I am developing an extension that will fix YouTube spacebar issue ''(after recent YouTube update after Alt Tabbing from other window, spacebar is not working to Pause/Play videos)''. The problem is that my extension is not working anywhere except on '''https://www.mozilla.org'''. I've already added "*://*.youtube.com/*" to "host_permissions" in my '''manifest.json''' file and it's displayed as '''"Can always read and change data on this site"''' on YouTube, but it does nothing. On '''https://www.mozilla.org''' my extension is activating properly (writes test message in console). I added my extension on "about:debugging". Can it be related with that? Appreciate any help!
附加的畫面擷圖

被選擇的解決方法

I just figured it out! I needed to add "*://*.youtube.com/*" to "matches" "content_scripts". (Image below)

從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

I just figured it out! I needed to add "*://*.youtube.com/*" to "matches" "content_scripts". (Image below)