Awoobooru
Extra Danbooru functions
Wat is Awoobooru?
Awoobooru is een Chrome-extensie ontwikkeld door I_Copy_Jokes, en de belangrijkste functie is "Extra Danbooru functions".
Extensie Screenshots
Download het CRX-bestand van de extensie Awoobooru
Download Awoobooru-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
Adds some small features to Danbooru:
- Preview and Download links under posts listing
* Preview opens a modal window with a link to the post and a download link
- A custom dark mode
- An additional download button on post pages to easy mass-downloading Basisinformatie over de Extensie
| Naam | |
| ID | gafcmengeceombcikkeibggkleiabmmb |
| Officiële URL | https://chromewebstore.google.com/detail/awoobooru/gafcmengeceombcikkeibggkleiabmmb |
| Beschrijving | Extra Danbooru functions |
| Bestandsgrootte | 137 KB |
| Aantal Installaties | 562 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2022-10-20 |
| Publicatiedatum | 2018-11-20 |
| Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | I_Copy_Jokes |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/TypeA2/Awoobooru |
| Help Pagina-URL | https://github.com/TypeA2/Awoobooru/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Awoobooru",
"version": "2.0.0",
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"description": "Extra Danbooru functions",
"permissions": [
"tabs",
"storage"
],
"action": {
"default_icon": {
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"default_title": "Awoobooru",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.donmai.us\/*"
],
"js": [
"scripts\/bootstrap.bundle.min.js",
"scripts\/content.js"
],
"css": [
"css\/bootstrap.min.css",
"css\/global.css",
"themes\/dark.css"
],
"run_at": "document_end"
}
]
} | |