Oreo
奥利奥!!!
ما هو Oreo؟
Oreo هو إضافة Chrome تم تطويرها بواسطة Todd، والميزة الرئيسية لها هي "奥利奥!!!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oreo
قم بتنزيل ملفات الامتداد Oreo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Flush Chrome DNS resolver cache for current tab and reload Intended Use: Oreo allows you to quickly flush Chrome DNS resolver cache and close all opened sockets; It's very helpful for developers who need to test in a clean environment. But first you should go to `chrome://flags/#extensions-on-chrome-urls`, and then enable the feature; Enjoy :) ----------------------------------------- Author: Name: Todd Email: [email protected]
معلومات أساسية عن التمديد
الاسم | Oreo |
ID | lhldjkkbeckjcdnjeecijiokogimbhmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oreo/lhldjkkbeckjcdnjeecijiokogimbhmo |
الوصف | 奥利奥!!! |
حجم الملف | 18.83 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-12-10 |
تاريخ النشر | 2022-06-20 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | Todd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Oreo", "version": "1.0", "description": "\u5965\u5229\u5965\uff01\uff01\uff01", "author": "Todd", "icons": { "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "\u51b2\u554a\uff01\u5965\u5229\u5965\uff01" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "chrome:\/\/net-internals\/#sockets", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self' ;" } } |