네이버 웹툰 별 뿌리개

Deploying starbangs!

Qu'est-ce que 네이버 웹툰 별 뿌리개 ?

네이버 웹툰 별 뿌리개 est une extension Chrome développée par K., et sa fonction principale est "Deploying starbangs!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 네이버 웹툰 별 뿌리개

Téléchargez les fichiers d'extension 네이버 웹툰 별 뿌리개 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 네이버 웹툰 별 뿌리개 네이버 웹툰 별 뿌리개
ID nkgjhhhnlnbijiaidcpdkfpinehjobpp
URL Officiel 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!
Taille du Fichier 1.06 MB
Nombre d'Installations 147
Version Actuelle 2.1
Dernière Mise à Jour 2017-03-27
Date de Publication 2017-03-27
Évaluation 4.71/5 Total 7 Évaluations
Développeur K.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/wlzla000
URL de la Page d'Aide http://blog.naver.com/wlzla000
Langues Prises en Charge 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'"
}