Extreme LOL
Best funny pictures and memes from all over the Web ! Updated Daily
Vad är Extreme LOL?
Extreme LOL är en Chrome-tillägg utvecklad av https://www.extremelol.net, och dess huvudfunktion är "Best funny pictures and memes from all over the Web ! Updated Daily".
Tilläggsskärmbilder
Ladda ner Extreme LOL-förlängningens CRX-fil
Ladda ner Extreme LOL-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
Best funny pictures and memes from all over the Web ! Updated Daily
Grundläggande Information om Tillägg
Namn | |
ID | hionjpfnefppcmjkoehebblohamikjik |
Officiell webbadress | https://chromewebstore.google.com/detail/extreme-lol/hionjpfnefppcmjkoehebblohamikjik |
Beskrivning | Best funny pictures and memes from all over the Web ! Updated Daily |
Filstorlek | 10 KB |
Antal Installationer | 26 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2019-05-19 |
Publiceringsdatum | 2019-05-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.extremelol.net |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "name": "Extreme LOL", "description": "Best funny pictures and memes from all over the Web ! Updated Daily", "browser_action": { "default_icon": { "128": "icon.png", "48": "icon48.png", "16": "icon1.png" }, "default_title": "Extreme LOL" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "1.3" } |