I am new to Firefox extension development (trying to develop an extension that controls youtube player). I am using SDK and using pageMod I am able to access inject my scripts and access the DOM. But I am not able to invoke any of the functions inside that page (including the flash player's function). How can I allow my contentScriptFile to invoke arbitrary functions in a particular page?
Note: I am genuinely not concerned about security yet and I've already seen few answers on Stackoverflow (including this) but they will exposing my JS files or injecting script tags. Is there a cleaner way to do that?