BetterGFMotes
Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Co to jest BetterGFMotes?
BetterGFMotes to rozszerzenie Chrome opracowane przez https://bettergfmotes.ga, a jego główną funkcją jest „Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.”.
Pobierz plik CRX rozszerzenia BetterGFMotes
Pobierz pliki rozszerzeń BetterGFMotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | biejbmijmlhaaafdfbpngiflnpjhipco |
| Oficjalny URL | https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco |
| Opis | Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit. |
| Rozmiar pliku | 5.44 MB |
| Liczba instalacji | 19 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2016-05-11 |
| Data Publikacji | 2016-05-11 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | https://bettergfmotes.ga |
| Typ Płatności | free |
| Strona Rozszerzenia | http://bettergfmotes.ga/ |
| Obsługiwane Języki | 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='"
} | |