Oreo

奥利奥!!!

Oreoคืออะไร?

Oreo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Todd และคุณลักษณะหลักของมันคือ "奥利奥!!!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oreo

ดาวน์โหลดไฟล์ส่วนขยาย Oreo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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' ;"
    }
}