네이버 웹툰 별 뿌리개
Deploying starbangs!
¿Qué es 네이버 웹툰 별 뿌리개?
네이버 웹툰 별 뿌리개 es una extensión de Chrome desarrollada por K., y su función principal es "Deploying starbangs!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 네이버 웹툰 별 뿌리개
Descarga archivos de extensión 네이버 웹툰 별 뿌리개 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
네이버 웹툰에 별점을 일괄적으로 주는 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
Información Básica de la Extensión
Nombre | 네이버 웹툰 별 뿌리개 |
ID | nkgjhhhnlnbijiaidcpdkfpinehjobpp |
URL Oficial | 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 |
Descripción | Deploying starbangs! |
Tamaño del Archivo | 1.06 MB |
Cantidad de Instalaciones | 147 |
Versión Actual | 2.1 |
Última Actualización | 2017-03-27 |
Fecha de Publicación | 2017-03-27 |
Calificación | 4.71/5 Total de 7 Calificaciones |
Desarrollador | K. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/wlzla000 |
URL de la Página de Ayuda | http://blog.naver.com/wlzla000 |
Idiomas Soportados | 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'" } |