Star Wars News Will Be With You… Always…
Star Wars News: Noooo! Bad Links
Star Wars News Will Be With You… Always…란 무엇입니까?
Star Wars News Will Be With You… Always…은(는) Inside.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Star Wars News: Noooo! Bad Links"입니다.
확장 프로그램 스크린샷
Star Wars News Will Be With You… Always… 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | epobmfkbbmadlonolkcjgkajgnlkmhki |
공식 URL | https://chrome.google.com/webstore/detail/star-wars-news-will-be-wi/epobmfkbbmadlonolkcjgkajgnlkmhki |
설명 | Star Wars News: Noooo! Bad Links |
파일 크기 | 656 KB |
설치 횟수 | 24 |
현재 버전 | 1.0.0.2 |
최근 업데이트 | 2016-02-03 |
출시 날짜 | 2016-02-03 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Inside.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars News Will Be With You\u2026 Always\u2026", "short_name": "StarWars News", "description": "Star Wars News: Noooo! Bad Links", "version": "1.0.0.2", "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "permissions": [ "https:\/\/www.inside.com\/", "gcm", "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/s3.amazonaws.com http:\/\/localhost:8000 https:\/\/www.google-analytics.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com 'sha256-XnNQECY9o+nIv2Qgcd1A39YarwxTm10rhdzegH\/JBxY=' https:\/\/syndication.twitter.com https:\/\/apis.google.com https:\/\/www.youtube.com https:\/\/s.ytimg.com; object-src 'self'", "chrome_url_overrides": { "newtab": "extension-files\/new-tab.html" } } |