MyLOL
Mylol notifications
Vad är MyLOL?
MyLOL är en Chrome-tillägg utvecklad av https://www.mylol.com, och dess huvudfunktion är "Mylol notifications".
Tilläggsskärmbilder
Ladda ner MyLOL-förlängningens CRX-fil
Ladda ner MyLOL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | boainhhhcmhcelnbmonhjmoihgoilhne |
| Officiell webbadress | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
| Beskrivning | Mylol notifications |
| Filstorlek | 147 KB |
| Antal Installationer | 267 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2015-01-07 |
| Publiceringsdatum | 2015-01-07 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | https://www.mylol.com |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/*"
]
} | |