네이버 웹툰 별 뿌리개

Deploying starbangs!

What is 네이버 웹툰 별 뿌리개?

네이버 웹툰 별 뿌리개 is a Chrome extension developed by K., and its main feature is "Deploying starbangs!".

Extension Screenshots

screenshot

Download 네이버 웹툰 별 뿌리개 Extension CRX File

Download 네이버 웹툰 별 뿌리개 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

                        네이버 웹툰에 별점을 일괄적으로 주는 Chrome 확장 프로그램입니다.
네이버 웹툰에 대한 별점 통계(별점, 투표 횟수 등) 기능도 있습니다.
-----
2.1 업데이트!

Naver 측의 웹툰 페이지 구조 변경에 대응하였습니다. 이제 정상적으로 동작합니다.
-----
2.0 업데이트!

Naver 측의 Referer 헤더 검사로 인해 정상적으로 동작하지 않았던 점을 수정하였습니다.
지금은 정상적으로 동작합니다. 제 작품을 사용하여 주셔서 감사합니다. :)
-----
The developer: K.([email protected]).
My Naver blog: http://blog.naver.com/wlzla000
The GItHub repository URI: https://github.com/wlzla000/NaverWebtoonStarBomber                    

Extension Basic Information

Name 네이버 웹툰 별 뿌리개 네이버 웹툰 별 뿌리개
ID nkgjhhhnlnbijiaidcpdkfpinehjobpp
Official URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%9B%B9%ED%88%B0-%EB%B3%84-%EB%BF%8C%EB%A6%AC%EA%B0%9C/nkgjhhhnlnbijiaidcpdkfpinehjobpp
Description Deploying starbangs!
File Size 1.06 MB
Installation Count 147
Current Version 2.1
Last Updated 2017-03-27
Publish Date 2017-03-27
Rating 4.71/5 Total 7 Ratings
Developer K.
Email [email protected]
Payment Type free
Extension Website https://github.com/wlzla000
Help Page URL http://blog.naver.com/wlzla000
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub124\uc774\ubc84 \uc6f9\ud230 \ubcc4 \ubfcc\ub9ac\uac1c",
    "version": "2.1",
    "description": "Deploying starbangs!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "300": "icons\/icon300.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon300.png",
        "default_popup": "main.html"
    },
    "author": "K.([email protected])",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/comic.naver.com\/*",
        "http:\/\/m.comic.naver.com\/*",
        "http:\/\/thumb.comic.naver.net\/*",
        "https:\/\/nid.naver.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}