Oreo

奥利奥!!!

What is Oreo?

Oreo is a Chrome extension developed by Todd, and its main feature is "奥利奥!!!".

Extension Screenshots

screenshot

Download Oreo Extension CRX File

Download Oreo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Oreo Oreo
ID lhldjkkbeckjcdnjeecijiokogimbhmo
Official URL https://chromewebstore.google.com/detail/oreo/lhldjkkbeckjcdnjeecijiokogimbhmo
Description 奥利奥!!!
File Size 18.83 KB
Installation Count 78
Current Version 1.0
Last Updated 2022-12-10
Publish Date 2022-06-20
Rating 5.00/5 Total 12 Ratings
Developer Todd
Email [email protected]
Payment Type free
Supported Languages 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' ;"
    }
}