Random Meme

View a random meme with the click of a button.

Qu'est-ce que Random Meme ?

Random Meme est une extension Chrome développée par Zack Holmberg, et sa fonction principale est "View a random meme with the click of a button.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Random Meme

Téléchargez les fichiers d'extension Random Meme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.                    

Informations de Base sur l'Extension

Nom Random Meme Random Meme
ID ldgjdpabmocbcpgoalhdahdgedhodgko
URL Officiel https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko
Description View a random meme with the click of a button.
Taille du Fichier 1.82 MB
Nombre d'Installations 15
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-03-11
Date de Publication 2020-03-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Zack Holmberg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}