Oreo

奥利奥!!!

Oreoとは何ですか?

OreoはToddによって開発されたChromeの拡張機能で、その主な機能は「奥利奥!!!」です。

拡張機能のスクリーンショット

screenshot

Oreo拡張機能のCRXファイルをダウンロード

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
Eメール [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' ;"
    }
}