Toggle 3rd Party Cookies
Toggle the setting 'Block 3rd Party Cookies'
ما هو Toggle 3rd Party Cookies؟
Toggle 3rd Party Cookies هو إضافة Chrome تم تطويرها بواسطة https://nmicontact.de، والميزة الرئيسية لها هي "Toggle the setting 'Block 3rd Party Cookies'".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Toggle 3rd Party Cookies
قم بتنزيل ملفات الامتداد Toggle 3rd Party Cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension provides a toolbar button to toggle the Chrome setting "Block 3rd Party Cookies". You can quickly deny or allow the web sites to set 3rd party cookies. Users can allow 3rd party cookies on certain web sites, which do not work without them, but otherwise block the cookies. Source Code on GitHub https://github.com/AndiJo80/toggle_3rd_party_cookies
معلومات أساسية عن التمديد
الاسم | Toggle 3rd Party Cookies |
ID | mjbgdmomkobioanhiklchdefppagojma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma |
الوصف | Toggle the setting 'Block 3rd Party Cookies' |
حجم الملف | 35.29 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-10-19 |
تاريخ النشر | 2022-10-19 |
المطور | https://nmicontact.de |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.nmicontact.de/privacypolicy |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "permissions": [ "privacy" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_actionTitle__" }, "icons": { "16": "images\/cookie16.png", "32": "images\/cookie32.png", "48": "images\/cookie48.png", "128": "images\/cookie128.png" }, "manifest_version": 3 } |