Oreo
奥利奥!!!
什么是Oreo?
Oreo是由Todd开发的Chrome扩展程序,该扩展的主要功能是“奥利奥!!!”。
扩展截图
下载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] 扩展基本信息
| 名称 | |
| 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' ;"
}
} | |