Oreo
奥利奥!!!
Cos'è Oreo?
Oreo è un'estensione di Chrome sviluppata da Todd, e la sua funzione principale è "奥利奥!!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oreo
Scarica i file di estensione Oreo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | lhldjkkbeckjcdnjeecijiokogimbhmo |
| URL Ufficiale | https://chromewebstore.google.com/detail/oreo/lhldjkkbeckjcdnjeecijiokogimbhmo |
| Descrizione | 奥利奥!!! |
| Dimensione del File | 18.83 KB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-12-10 |
| Data di Pubblicazione | 2022-06-20 |
| Valutazione | 5.00/5 Totale 12 Valutazioni |
| Sviluppatore | Todd |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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' ;"
}
} | |