네이버 웹툰 별 뿌리개

Deploying starbangs!

Cos'è 네이버 웹툰 별 뿌리개?

네이버 웹툰 별 뿌리개 è un'estensione di Chrome sviluppata da K., e la sua funzione principale è "Deploying starbangs!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 네이버 웹툰 별 뿌리개

Scarica i file di estensione 네이버 웹툰 별 뿌리개 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        네이버 웹툰에 별점을 일괄적으로 주는 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                    

Informazioni di Base sull'Estensione

Nome 네이버 웹툰 별 뿌리개 네이버 웹툰 별 뿌리개
ID nkgjhhhnlnbijiaidcpdkfpinehjobpp
URL Ufficiale 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
Descrizione Deploying starbangs!
Dimensione del File 1.06 MB
Conteggio Installazioni 147
Versione Corrente 2.1
Ultimo Aggiornamento 2017-03-27
Data di Pubblicazione 2017-03-27
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore K.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wlzla000
URL della Pagina di Aiuto http://blog.naver.com/wlzla000
Lingue Supportate 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'"
}