Oreo
奥利奥!!!
Wat is Oreo?
Oreo is een Chrome-extensie ontwikkeld door Todd, en de belangrijkste functie is "奥利奥!!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Oreo
Download Oreo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Oreo |
ID | lhldjkkbeckjcdnjeecijiokogimbhmo |
Officiële URL | https://chromewebstore.google.com/detail/oreo/lhldjkkbeckjcdnjeecijiokogimbhmo |
Beschrijving | 奥利奥!!! |
Bestandsgrootte | 18.83 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-10 |
Publicatiedatum | 2022-06-20 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Todd |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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' ;" } } |