Awoobooru
Extra Danbooru functions
What is Awoobooru?
Awoobooru is a Chrome extension developed by I_Copy_Jokes, and its main feature is "Extra Danbooru functions".
Extension Screenshots
Download Awoobooru Extension CRX File
Download Awoobooru 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
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
Extension Basic Information
Name | Awoobooru |
ID | gafcmengeceombcikkeibggkleiabmmb |
Official URL | https://chromewebstore.google.com/detail/awoobooru/gafcmengeceombcikkeibggkleiabmmb |
Description | Extra Danbooru functions |
File Size | 137 KB |
Installation Count | 562 |
Current Version | 2.0.0 |
Last Updated | 2022-10-20 |
Publish Date | 2018-11-20 |
Rating | 4.17/5 Total 6 Ratings |
Developer | I_Copy_Jokes |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TypeA2/Awoobooru |
Help Page URL | https://github.com/TypeA2/Awoobooru/issues |
Supported Languages | 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" } ] } |