WebAdictos

Últimas notas de WebAdictos

WebAdictos란 무엇입니까?

WebAdictos은(는) http://webadictos.com.mx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Últimas notas de WebAdictos"입니다.

확장 프로그램 스크린샷

screenshot

WebAdictos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 WebAdictos WebAdictos
ID blpbcpckgkhfmimbiamodfdfimklcfcb
공식 URL https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb
설명 Últimas notas de WebAdictos
파일 크기 146 KB
설치 횟수 216
현재 버전 2.7
최근 업데이트 2013-08-12
출시 날짜 2013-08-12
평점 4.80/5 총 5 개의 평점
개발자 http://webadictos.com.mx
결제 유형 free
확장 프로그램 웹 사이트 http://www.webadictos.com.mx
도움말 페이지 URL http://www.webadictos.com.mx
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebAdictos",
    "version": "2.7",
    "manifest_version": 2,
    "description": "\u00daltimas notas de WebAdictos",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg_webadictos.js"
        ]
    },
    "browser_action": {
        "default_title": "WebAdictos",
        "default_icon": "images\/icon.png",
        "default_popup": "feed.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.webadictos.com.mx\/*",
                "http:\/\/*.webadictos.com\/*"
            ],
            "js": [
                "js\/checkinstall.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "http:\/\/*.webadictos.com.mx\/*",
        "http:\/\/*.webadictos.com\/*",
        "http:\/\/*.feedsportal.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}