Kiss* AdHider
Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com
Kiss* AdHider란 무엇입니까?
Kiss* AdHider은(는) Bates550에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com"입니다.
확장 프로그램 스크린샷
Kiss* AdHider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        Kiss* AdHider hides ads on the video pages of kissanime.com, kisscartoon.me, and kissasian.com. You can choose the number of ads you want to hide so you can reach a middle ground between helping out the site and having a ton of ads bogging your browser down.                     확장 프로그램 기본 정보
| 이름 |  | 
| ID | nflemgmhipglnakijnfnabobjgnkadin | 
| 공식 URL | https://chromewebstore.google.com/detail/kiss-adhider/nflemgmhipglnakijnfnabobjgnkadin | 
| 설명 | Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com | 
| 파일 크기 | 443 KB | 
| 설치 횟수 | 326 | 
| 현재 버전 | 1.1 | 
| 최근 업데이트 | 2015-11-14 | 
| 출시 날짜 | 2015-11-14 | 
| 평점 | 5.00/5 총 4 개의 평점 | 
| 개발자 | Bates550 | 
| 결제 유형 | free | 
| 확장 프로그램 웹 사이트 | https://github.com/Bates550/kissterisk_adhider | 
| 지원되는 언어 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kiss* AdHider",
    "version": "1.1",
    "description": "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Kiss* AdHider",
        "default_popup": "popup.html"
    },
    "author": "Bates 550",
    "permissions": [
        "webNavigation",
        "activeTab",
        "*:\/\/kisscartoon.me\/Cartoon\/*\/*",
        "*:\/\/kissanime.com\/Anime\/*\/*",
        "*:\/\/kissasian.com\/Drama\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kisscartoon.me\/Cartoon\/*\/*",
                "*:\/\/kissanime.to\/Anime\/*\/*",
                "*:\/\/kissasian.com\/Drama\/*\/*"
            ],
            "js": [
                "kissterisk_adhider.js"
            ]
        }
    ]
} | |