Jequitise
Chrome extension to show Jequiti background randomly.
What is Jequitise?
Jequitise is a Chrome extension developed by mayroonalves, and its main feature is "Chrome extension to show Jequiti background randomly.".
Extension Screenshots
Download Jequitise Extension CRX File
Download Jequitise 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
Chrome extension to show Jequiti background randomly.
Extension Basic Information
Name | Jequitise |
ID | bfifgnhpidgogmlclimjimlelpnnjomj |
Official URL | https://chromewebstore.google.com/detail/jequitise/bfifgnhpidgogmlclimjimlelpnnjomj |
Description | Chrome extension to show Jequiti background randomly. |
File Size | 204 KB |
Installation Count | 10 |
Current Version | 1.1 |
Last Updated | 2019-12-22 |
Publish Date | 2019-12-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mayroonalves |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jequitise", "version": "1.1", "manifest_version": 2, "description": "Chrome extension to show Jequiti background randomly.", "homepage_url": "https:\/\/github.com\/mayroonalves\/jequitise", "author": "Mayron Alves", "short_name": "Jequitise", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/jequitise.js" ] } ] } |