Oreo

奥利奥!!!

Oreo란 무엇입니까?

Oreo은(는) Todd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "奥利奥!!!"입니다.

확장 프로그램 스크린샷

screenshot

Oreo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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' ;"
    }
}