r/anime Enhanced
Add functionalities to r/anime
What is r/anime Enhanced?
r/anime Enhanced is a Chrome extension developed by karl, and its main feature is "Add functionalities to r/anime".
Extension Screenshots
Download r/anime Enhanced Extension CRX File
Download r/anime Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | r/anime Enhanced |
ID | fpgkklfainkaakkgihcfdgeglleogkhc |
Official URL | https://chromewebstore.google.com/detail/ranime-enhanced/fpgkklfainkaakkgihcfdgeglleogkhc |
Description | Add functionalities to r/anime |
File Size | 41.14 KB |
Installation Count | 186 |
Current Version | 1.4.7 |
Last Updated | 2019-03-23 |
Publish Date | 2019-03-22 |
Developer | karl |
Payment Type | free |
Supported Languages | 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" } } |