/r/Star Wars Revealer
This allows you to view all spoilers from /r/starwars
/r/Star Wars Revealer란 무엇입니까?
/r/Star Wars Revealer은(는) patrick.canella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This allows you to view all spoilers from /r/starwars"입니다.
확장 프로그램 스크린샷
/r/Star Wars Revealer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
V 0.0.5 Updates:
- Reddit Enhancement Suite compatibility!
- A couple of bug fixes
Already saw The Force Awakens and browser /r/starwars frequently? Sick of the hover to view spoilers crap? Worry no more! This extension automatically disables the "hover to view" feature that /r/starwars has by default. 확장 프로그램 기본 정보
| 이름 | |
| ID | ocbogdpaddpbohbjfiigjcedpeiaokle |
| 공식 URL | https://chromewebstore.google.com/detail/rstar-wars-revealer/ocbogdpaddpbohbjfiigjcedpeiaokle |
| 설명 | This allows you to view all spoilers from /r/starwars |
| 파일 크기 | 44.4 KB |
| 설치 횟수 | 21 |
| 현재 버전 | 0.0.5 |
| 최근 업데이트 | 2015-12-28 |
| 출시 날짜 | 2015-12-27 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | patrick.canella |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://pcanella.github.io |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\/r\/Star Wars Revealer",
"version": "0.0.5",
"manifest_version": 2,
"description": "This allows you to view all spoilers from \/r\/starwars",
"homepage_url": "https:\/\/pcanella.github.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"https:\/\/www.reddit.com\/r\/starwars\/*",
"https:\/\/www.reddit.com\/r\/StarWars",
"https:\/\/www.reddit.com\/r\/StarWars\/*",
"https:\/\/www.reddit.com\/r\/StarWars",
"https:\/\/www.reddit.com\/r\/StarWars\/",
"https:\/\/reddit.com\/r\/starwars\/*",
"http:\/\/reddit.com\/r\/starwars\/*",
"http:\/\/www.reddit.com\/r\/starwars\/*",
"http:\/\/www.reddit.com\/r\/StarWars\/*",
"http:\/\/www.reddit.com\/r\/Starwars\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.reddit.com\/r\/starwars\/*",
"https:\/\/www.reddit.com\/r\/StarWars",
"https:\/\/www.reddit.com\/r\/StarWars\/*",
"https:\/\/www.reddit.com\/r\/StarWars",
"https:\/\/www.reddit.com\/r\/StarWars\/",
"https:\/\/reddit.com\/r\/starwars\/*",
"http:\/\/reddit.com\/r\/starwars\/*",
"http:\/\/www.reddit.com\/r\/starwars\/*",
"http:\/\/www.reddit.com\/r\/StarWars\/*",
"http:\/\/www.reddit.com\/r\/Starwars\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |