MyLOL
Mylol notifications
What is MyLOL?
MyLOL is a Chrome extension developed by https://www.mylol.com, and its main feature is "Mylol notifications".
Extension Screenshots
Download MyLOL Extension CRX File
Download MyLOL 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
Mylol is currently the #1 teen dating site in the US, Australia, UK and Canada. We are proud to have a teen dating mobile app. Join now and meet thousands of teenagers like you!
Extension Basic Information
Name | MyLOL |
ID | boainhhhcmhcelnbmonhjmoihgoilhne |
Official URL | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
Description | Mylol notifications |
File Size | 147 KB |
Installation Count | 267 |
Current Version | 1.4 |
Last Updated | 2015-01-07 |
Publish Date | 2015-01-07 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://www.mylol.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "MyLOL", "description": "Mylol notifications", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "mylol_icon.png", "default_popup": "mylol-extension.html" }, "background": { "scripts": [ "background-v1.04.js" ], "persistent": false }, "permissions": [ "notifications", "tabs", "http:\/\/*\/*" ] } |