Make Rikkeisoft News Great Again

Utilities for Rikkeisoft News.

Make Rikkeisoft News Great Again란 무엇입니까?

Make Rikkeisoft News Great Again은(는) https://huynq.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utilities for Rikkeisoft News."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Make Rikkeisoft News Great Again 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use your favorite emoticons on Rikkeisoft News.

FEATURES:
- Use funny stickers in Comment section.
- Hide useless *New* ribbon in homepage. 
- Keep the header position fixed on PC screen (> 1200px).
- Display Markdown Cheatsheet under comment editor.
- Add Hover Card feature for displaying tagged user Information in Comment section.
- View images in Post in Gallery Mode.


CHANGELOG:
- v0.9.3.8:
  + Enable sticker comment for CungKeLai.

- v0.9.3.7:
  + Fix emoji menu do not load.

- v0.9.3.6:
  + Display correct role on profile card.
  + Fix styling of avatar on profile card.

- v0.9.3:
  + Add option to disable autoplayed video on Multimedia widget.
  + Add Hover Card for Top Members.

- v0.9.0:
  + Hotfix for Youtube layout.

- v0.8.8:
  + Hotfix for new design.
  + Fix display profile picture on comment.

- v0.8.3:
  + Fix alignment in Profile card.

- v0.8.2:
  + Upgrade Viewer.JS to 1.5.0.

- v0.8.1:
  + Fix floating menu is displayed on other rikkei.vn pages.

- v0.8.0:
  + Add Sticker Preview popup. Now you can preview large stickers before using it.
  + Upgrade Gallery Viewer for better performance.

- v0.7.2:
  + Fix undefined when display profile popover.

- v0.7.1:
  + Change markdown help link.

- v0.7.0:
  + Change extension main icon.

- v0.6.9:
  + Change background color of profile popover.

- v0.6.6:
  + Re-enable hot update for stickers.

- v0.6.5:
  + Fix sticker picker closes after scrolling.

- v0.6.3:
  + Fix focused editor issue.
  + Fix caching for member profile.
  + Disable update check for better performance.

- v0.6.2:
  + Fix styling of Menu toggling button.

- v0.6.0:
  + Code refactoring.

- v0.5.7:
  + Block bad words.

- v0.5.5:
  + Add more funny cat stickers.
  + Change toggle sidebar icon.

- v0.5.2:
  + Add Mimi & Neko stickers.
  + Display Toggle Sidebar button in Category page.

- v0.5.0:
  + Add RongVang sticker pack.
  + Remove Piggy sticker pack.
  + Add Toggle Sidebar button to show the sidebar.

- v0.3.5:
  + Add Piggy Sticker pack for Tet Holiday.

- v0.3.3:
  + Add Kanahei Sticker pack.
  + Add Gallery feature for viewing images in a post without scrolling.
  + Add Options page.

- v0.2.9:
  + Add Hover Card feature for displaying User Information on Comment Section.
  + Fix sticker picker button is oversized.

- v0.2.2:
  + Make default emoticons smaller.
  + Remove `See more` button.

- v0.2.1
  + Add more stickers.
  + Inject CSS for better performance.
  + Fix append emoticon to incorrect comment editor.

- v0.1.7:
  + Fixed header location on PC screen.

- v0.1.6:
  + Fix displaying emoticon incorrectly.
  + Add Markdown Cheatsheet under comment section.
  + Support Markdown editor in Emoticon picker.

- v0.1.2:
  + Add more emoticons.
  + Hide *New* ribbon in homgepage.
  + Change smile emoticons to a funny emoticon.

- v0.0.9:
  + Fix JS error in homepage.
  + Display post list and post detail in full width.

- v0.0.8:
  + Add custom emoticons to emoticon picker.

Submit your ideas/funny stickers/emoticons to: [email protected]

This is an open source project. Hosted on GitHub: https://github.com/Code4Fap/make-rikkeisoft-news-great-again
Homepage: https://ext.huynq.net/                    

확장 프로그램 기본 정보

이름 Make Rikkeisoft News Great Again Make Rikkeisoft News Great Again
ID hapbddhkinmicngpnkhmelghidjikcab
공식 URL https://chromewebstore.google.com/detail/make-rikkeisoft-news-grea/hapbddhkinmicngpnkhmelghidjikcab
설명 Utilities for Rikkeisoft News.
파일 크기 35.33 KB
설치 횟수 79
현재 버전 0.9.3.8
최근 업데이트 2021-11-05
출시 날짜 2020-05-20
평점 5.00/5 총 5 개의 평점
개발자 https://huynq.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ext.huynq.net/
도움말 페이지 URL https://ext.huynq.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Rikkeisoft News Great Again",
    "short_name": "Make Rikkeisoft News Great Again",
    "description": "Utilities for Rikkeisoft News.",
    "homepage_url": "https:\/\/ext.huynq.net\/",
    "version": "0.9.3.8",
    "browser_action": {
        "default_icon": "img\/icon64.png",
        "default_title": "Make Rikkeisoft Great Again",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "img\/icon32.png",
        "48": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rikkei.vn\/*",
                "*:\/\/*.rikkei.vn\/*",
                "*:\/\/10namcungnhau.rikkeisoft.com\/cung-ke-lai\/*"
            ],
            "css": [
                "css\/viewer.min.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/viewer.min.js",
                "js\/popup.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/rikkei.vn\/*",
        "*:\/\/*.rikkei.vn\/*",
        "*:\/\/10namcungnhau.rikkeisoft.com\/cung-ke-lai\/*",
        "storage"
    ]
}