@vacantthinker/firefox-addon-framework-easy 2026.614.1535 → 2026.614.1632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,5 +34,5 @@ export declare function ctJsExtractVideoQualityFromText(text: string): string;
|
|
|
34
34
|
* maintain runtime context.
|
|
35
35
|
*/
|
|
36
36
|
export declare function ctJskeepAlive(tag?: string, enableLog?: boolean): void;
|
|
37
|
-
export declare function
|
|
37
|
+
export declare function ctJsCloseTab(): Promise<void>;
|
|
38
38
|
//# sourceMappingURL=serviceOpContentJsYTB.d.ts.map
|
|
@@ -86,7 +86,7 @@ export function ctJskeepAlive(tag = "", enableLog = false) {
|
|
|
86
86
|
await browser.runtime.sendMessage({ act: 'actMarco' });
|
|
87
87
|
}, 1000);
|
|
88
88
|
}
|
|
89
|
-
export async function
|
|
89
|
+
export async function ctJsCloseTab() {
|
|
90
90
|
await browser.runtime.sendMessage({
|
|
91
91
|
act: 'actRemoveCurrentTab',
|
|
92
92
|
});
|