CookieSlice
Allows a user to specify cookies by name to keep unique per Browser Tab instance.
ما هو CookieSlice؟
CookieSlice هو إضافة Chrome تم تطويرها بواسطة faithundying، والميزة الرئيسية لها هي "Allows a user to specify cookies by name to keep unique per Browser Tab instance.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CookieSlice
قم بتنزيل ملفات الامتداد CookieSlice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CookieSlice allows your browser to intercept incoming "Set-Cookie" headers and store those cookies in sessionStorage that is unique to a Browser Tab instance. What this enables you to do is have unique sessions for servers that use cookies to store the session ID. For instance, "ASP.NET_SessionId" is the name of the Microsoft .NET ASP cookie that stores the session ID. By letting CookieSlice intercept this cookie, you can have a unique session per tab. Specify which cookies to intercept or choose to intercept all incoming cookies. This does not intercept cookies set on the client side.
معلومات أساسية عن التمديد
الاسم | |
ID | dlcbodnekmddmoahignpcpmbcdgpdkcn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cookieslice/dlcbodnekmddmoahignpcpmbcdgpdkcn |
الوصف | Allows a user to specify cookies by name to keep unique per Browser Tab instance. |
حجم الملف | 11.1 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-02-17 |
تاريخ النشر | 2014-02-17 |
المطور | faithundying |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CookieSlice", "description": "Allows a user to specify cookies by name to keep unique per Browser Tab instance.", "version": "1.0", "permissions": [ " |