BetterGFMotes
Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Wat is BetterGFMotes?
BetterGFMotes is een Chrome-extensie ontwikkeld door https://bettergfmotes.ga, en de belangrijkste functie is "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".
Download het CRX-bestand van de extensie BetterGFMotes
Download BetterGFMotes-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
Basisinformatie over de Extensie
Naam | BetterGFMotes |
ID | biejbmijmlhaaafdfbpngiflnpjhipco |
Officiële URL | https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco |
Beschrijving | Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit. |
Bestandsgrootte | 5.44 MB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-05-11 |
Publicatiedatum | 2016-05-11 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://bettergfmotes.ga |
Betalingswijze | free |
Extensiewebsite | http://bettergfmotes.ga/ |
Ondersteunde Talen | 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='" } |