Random Meme
View a random meme with the click of a button.
Wat is Random Meme?
Random Meme is een Chrome-extensie ontwikkeld door Zack Holmberg, en de belangrijkste functie is "View a random meme with the click of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Meme
Download Random Meme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.
Basisinformatie over de Extensie
Naam | |
ID | ldgjdpabmocbcpgoalhdahdgedhodgko |
Officiële URL | https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko |
Beschrijving | View a random meme with the click of a button. |
Bestandsgrootte | 1.82 MB |
Aantal Installaties | 15 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-03-11 |
Publicatiedatum | 2020-03-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Zack Holmberg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Meme", "version": "1.1.0", "manifest_version": 2, "description": "View a random meme with the click of a button.", "permissions": [ "storage", "https:\/\/www.reddit.com\/" ], "browser_action": { "default_icon": "images\/logo2.png", "default_popup": "index.html", "default_title": "Random Meme" }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |