9GAG LILiK Mod

Mod to make 9gag a better place

9GAG LILiK Mod란 무엇입니까?

9GAG LILiK Mod은(는) edoardoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mod to make 9gag a better place"입니다.

확장 프로그램 스크린샷

screenshot

9GAG LILiK Mod 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Super duper extension for 9gag with awesome features, including:
- fast long post visualization
- zoom on posts list (with z key)
- NSFW showing even if you are not logged in
- Night mode, to help your eyes at night
- remove Wake Up ad
- gif control 
- post permalink to keep browsing from that post

IT'S ALPHA! So some things may not work. Let us know.                    

확장 프로그램 기본 정보

이름 9GAG LILiK Mod 9GAG LILiK Mod
ID jenphmjoijnljcmpfhikgenanadhlodo
공식 URL https://chromewebstore.google.com/detail/9gag-lilik-mod/jenphmjoijnljcmpfhikgenanadhlodo
설명 Mod to make 9gag a better place
파일 크기 131 KB
설치 횟수 27
현재 버전 1.1
최근 업데이트 2015-07-11
출시 날짜 2015-07-11
평점 3.00/5 총 4 개의 평점
개발자 edoardoo
결제 유형 free
확장 프로그램 웹 사이트 http://lilik.it
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG LILiK Mod",
    "description": "Mod to make 9gag a better place",
    "version": "1.1",
    "options_page": "preferences\/preferences.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/logo100.png",
        "style.css"
    ],
    "icons": {
        "16": "assets\/logoDark16.png",
        "48": "assets\/logoDark48.png",
        "128": "assets\/logoDark128.png"
    },
    "manifest_version": 2
}