Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Hvad er Cookie-copy?
Cookie-copy er en Chrome-udvidelse udviklet af hequanjiang785, og dens hovedfunktion er "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Udvidelsesskærmbilleder
Download Cookie-copy-udvidelses-CRX-fil
Download Cookie-copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Grundlæggende oplysninger om udvidelsen
Navn | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
Officiel URL | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
Beskrivelse | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
Filstørrelse | 20.66 KB |
Antal Installationer | 192 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2023-10-13 |
Udgivelsesdato | 2023-03-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | hequanjiang785 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie-copy", "version": "0.0.4", "permissions": [ "cookies", "tabs" ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "sandbox": { "pages": [ "sandbox.html" ] }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" } } |