Guessing Game
This extension makes a little guessing game with your Netflix
Guessing Game란 무엇입니까?
Guessing Game은(는) Keely Renwick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes a little guessing game with your Netflix"입니다.
확장 프로그램 스크린샷
Guessing Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | Guessing Game |
ID | oogfhfejglbejhmjelfefhlcljmnedml |
공식 URL | https://chromewebstore.google.com/detail/guessing-game/oogfhfejglbejhmjelfefhlcljmnedml |
설명 | This extension makes a little guessing game with your Netflix |
파일 크기 | 69.85 KB |
설치 횟수 | 12 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2014-03-19 |
출시 날짜 | 2014-03-19 |
개발자 | Keely Renwick |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guessing Game", "version": "2.0.0", "description": "This extension makes a little guessing game with your Netflix", "manifest_version": 2, "icons": { "16": "netflix16.png", "48": "netflix48.png", "128": "netflix128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "all_frames": true, "exclude_globs": [ "*:\/\/*.facebook.com\/ai.php*", "*:\/\/*.facebook.com\/ajax\/*", "*:\/\/*.facebook.com\/dialog\/*", "*:\/\/*.facebook.com\/connect\/*" ], "exclude_matches": [ "*:\/\/*.facebook.com\/ai.php*", "*:\/\/*.facebook.com\/ajax\/*", "*:\/\/*.facebook.com\/dialog\/*", "*:\/\/*.facebook.com\/connect\/*" ], "js": [ "project.user.js" ] } ] } |