r/anime Enhanced

Add functionalities to r/anime

r/anime Enhanced란 무엇입니까?

r/anime Enhanced은(는) karl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add functionalities to r/anime"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

r/anime Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}