Random Meme
View a random meme with the click of a button.
Apa itu Random Meme?
Random Meme adalah ekstensi Chrome yang dikembangkan oleh Zack Holmberg, dan fitur utamanya adalah "View a random meme with the click of a button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Random Meme
Unduh file ekstensi Random Meme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.
Informasi Dasar Ekstensi
Nama | |
ID | ldgjdpabmocbcpgoalhdahdgedhodgko |
URL Resmi | https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko |
Deskripsi | View a random meme with the click of a button. |
Ukuran File | 1.82 MB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-03-11 |
Tanggal Publikasi | 2020-03-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Zack Holmberg |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |