if you click on the browser button, appears a page as a popup page. with my program you can turn on music, from the body of the page. when the window appears, music can be turned on, but when the window goes away, music is stopped. does anyone have an idea how it stays turned, without popup appeared to stay?
Popup page remains activated even if the page is gone
77 Views Asked by user3625605 At
1
There are 1 best solutions below
Related Questions in GOOGLE-CHROME-EXTENSION
- detect requests calls in a url similar to network in chrome dev tools
- How to get chrome extension ID in dev and production?
- Can I create and publish extension to the Chrome Store from my website?
- webkitMediaStream Object Type lost while using sendMessage in Chrome Extension
- Send sqlresult from background to content script
- Adding eventListeners to checkboxes in for loop in chrome-extension
- Is it possible for chrome to nest tabs within a tab?
- JQuery .find() failing on an .ajax() result
- Chrome Extensions - Copy Link Google Search
- Why my color customized theme isn't working? (PC)
- chrome extensions Uncaught ReferenceError: $ is not defined
- Are there any Chrome-specific techniques to scope/isolate CSS?
- Can Chrome extension content script access all tabs?
- How to register service workers to a redirected script URL
- My Chrome Extension Keeps Saying Its Corrupted
Related Questions in BROWSER-ACTION
- How to enable/disable manifest.json CSS content script from Chrome Extension's options page?
- chrome extension popup not open immediately
- Service worker not listening to the action when the toolbar icon is clicked - Chrome Extension v3
- Chrome extension Browser action icon querying
- CSS injection for firefox addon not working
- How to listen for messages in the main.js using "browser-action-jplib"
- How to open Browser_Action from content.js? Is it even possible?
- Add browser action button in internet explorer BHO
- Avoid creation of browser action in Chrome extension
- Angular as background script will not execute unless icon is clicked
- Set default height in Chrome BrowserAction Popup
- Remove margin in Chrome browser action popup
- Simple browserAction explanation please
- How to hide an extension's Browser Action icon programmatically in a popup.html?
- Create new tab from browserAction in Chrome
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Indeed when the popup goes away everything gets torn down.
Depending on how you play the music it might not be available in the background page either. Good luck.