Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Extension is working in only certain tabs

  • 1 wótegrono
  • 0 ma toś ten problem
  • 6 naglědow
  • Slědne wótegrono wót 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!
Pśipowjesone fota wobrazowki

Wubrane rozwězanje

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

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (1)

more options

Wubrane rozwězanje

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