BetterGFMotes
Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Apa itu BetterGFMotes?
BetterGFMotes adalah ekstensi Chrome yang dikembangkan oleh https://bettergfmotes.ga, dan fitur utamanya adalah "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".
Unduh Berkas CRX Ekstensi BetterGFMotes
Unduh file ekstensi BetterGFMotes 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
Informasi Dasar Ekstensi
Nama | BetterGFMotes |
ID | biejbmijmlhaaafdfbpngiflnpjhipco |
URL Resmi | https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco |
Deskripsi | Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit. |
Ukuran File | 5.44 MB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-05-11 |
Tanggal Publikasi | 2016-05-11 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://bettergfmotes.ga |
Tipe Pembayaran | free |
Situs Ekstensi | http://bettergfmotes.ga/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "@bettergfmotes" } }, "background": { "persistent": false, "scripts": [ "uncode.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Emote List" }, "content_scripts": [ { "css": [ "emotes.css", "modifiers.css", "fonts.css", "spoilers.css" ], "js": [ "uncode.js" ], "matches": [ "https:\/\/*.reddit.com\/*", "https:\/\/*.voat.co\/*", "https:\/\/*.discordapp.com\/*" ] } ], "description": "Adds additional emotes to \/r\/gravityfalls and allows you to view them around Reddit.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "BetterGFMotes", "permissions": [ "storage", "tabs", "https:\/\/*.reddit.com\/*", "https:\/\/*.voat.co\/*", "https:\/\/*.discordapp.com\/*" ], "version": "1.0.0", "content_security_policy": "script-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU=' https:\/\/j-co.ga.com; object-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU='" } |