mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 12:43:24 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
export const isChrome = () => {
|
|
return chrome.runtime.getURL('').startsWith('chrome-extension://');
|
|
};
|