r/anime Enhanced
Add functionalities to r/anime
r/anime Enhancedとは何ですか?
r/anime Enhancedはkarlによって開発されたChromeの拡張機能で、その主な機能は「Add functionalities to r/anime」です。
拡張機能のスクリーンショット
r/anime Enhanced拡張機能のCRXファイルをダウンロード
r/anime Enhanced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps in using comment faces on the subreddits r/anime and r/manga. Users can very easily browser and search fitting faces, add text to them and include them in a comment.
拡張機能の基本情報
名前 | r/anime Enhanced |
ID | fpgkklfainkaakkgihcfdgeglleogkhc |
公式URL | https://chromewebstore.google.com/detail/ranime-enhanced/fpgkklfainkaakkgihcfdgeglleogkhc |
説明 | Add functionalities to r/anime |
ファイルサイズ | 41.14 KB |
インストール数 | 186 |
現在のバージョン | 1.4.7 |
最終更新日 | 2019-03-23 |
公開日 | 2019-03-22 |
開発者 | karl |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add functionalities to r\/anime", "manifest_version": 2, "name": "r\/anime Enhanced", "version": "1.4.7", "permissions": [ "https:\/\/shit-taste.net\/api\/*", "https:\/\/graphql.anilist.co\/*", "storage" ], "homepage_url": "https:\/\/github.com\/Chariotwheel\/ranime-Extension", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/anime\/*", "*:\/\/*.reddit.com\/r\/manga\/*", "*:\/\/*.reddit.com\/r\/ftfanime\/*", "*:\/\/*.reddit.com\/r\/AnimeImpressions\/*" ], "js": [ "jquery-3.3.1.min.js", "enhance.js" ], "css": [ "enhance.css" ] } ], "options_ui": { "page": "options.html" } } |