Pop2Watch

Get an alert as soon as your favourite films and series are available online!

Pop2Watch란 무엇입니까?

Pop2Watch은(는) Billy Goal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get an alert as soon as your favourite films and series are available online!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        La seule application pour ne plus manquer les prochaines diffusions de vos séries et les nouveaux films sur les sites : voirfilms, zone-telechargement, libertyland, extreme-down, filmcomplet et streamcomplet.

Pour son bon fonctionnement cette extension collecte des données techniques et de navigation anonymisées.
Vous pouvez à tout moment modifier les options relatives à cette collecte.
Cette extension est financée par les revenus de publicités et affiliations.                    

확장 프로그램 기본 정보

이름 Pop2Watch Pop2Watch
ID okcoadphmbonomafodjgagkkgkkjehnj
공식 URL https://chromewebstore.google.com/detail/pop2watch/okcoadphmbonomafodjgagkkgkkjehnj
설명 Get an alert as soon as your favourite films and series are available online!
파일 크기 380 KB
설치 횟수 162,331
현재 버전 1.3.4
최근 업데이트 2022-11-25
출시 날짜 2022-02-11
평점 3.67/5 총 9 개의 평점
개발자 Billy Goal
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,pl,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pop2Watch",
    "version": "1.3.4",
    "description": "__MSG_catchPhrase__",
    "permissions": [
        "declarativeNetRequest",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en"
}