MyDreamLoli
Tenha sua propria loli no site DreamAnimes!
What is MyDreamLoli?
MyDreamLoli is a Chrome extension developed by JPNlOver, and its main feature is "Tenha sua propria loli no site DreamAnimes!".
Extension Screenshots
Download MyDreamLoli Extension CRX File
Download MyDreamLoli 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
Extension Basic Information
Name | |
ID | ejffbdbjjlhafgocpkidibmmhmfbihke |
Official URL | https://chrome.google.com/webstore/detail/mydreamloli/ejffbdbjjlhafgocpkidibmmhmfbihke |
Description | Tenha sua propria loli no site DreamAnimes! |
File Size | 222 KB |
Installation Count | 193 |
Current Version | 1.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | JPNlOver |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyDreamLoli", "manifest_version": 2, "description": "Tenha sua propria loli no site DreamAnimes!", "version": "1.1", "permissions": [ "unlimited_storage", "notifications", "contextMenus", "cookies", "storage", "idle", "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dreamanimes.com.br\/*" ], "js": [ "js\/jquery.js", "js\/chrome.js" ], "background": { "persistent": true }, "run_at": "document_end", "persistent": false } ] } |