BetterGFMotes
Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
BetterGFMotesとは何ですか?
BetterGFMotesはhttps://bettergfmotes.gaによって開発されたChromeの拡張機能で、その主な機能は「Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.」です。
BetterGFMotes拡張機能のCRXファイルをダウンロード
BetterGFMotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | BetterGFMotes |
ID | biejbmijmlhaaafdfbpngiflnpjhipco |
公式URL | https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco |
説明 | Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit. |
ファイルサイズ | 5.44 MB |
インストール数 | 19 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-05-11 |
公開日 | 2016-05-11 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://bettergfmotes.ga |
支払い方法 | free |
拡張機能のウェブサイト | http://bettergfmotes.ga/ |
対応言語 | 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='" } |