Shinden Look Changer
Changes stylistically Shinden.pl website.
Shinden Look Changer란 무엇입니까?
Shinden Look Changer은(는) GabenRulez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes stylistically Shinden.pl website."입니다.
확장 프로그램 스크린샷
Shinden Look Changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An addon, that changes how Shinden.pl website looks. No more weird colors and vibes from 2000's - now you have whole website dynamically fill most of your screen and everything is in nice sea-like blue color. No more annoying ads that scare you to death with max volume on your headphones! Functions: - website now scales according to your screen size (before it stopped at 1500px width) - website is in blue and shadow'y color - removes unimportant buttons from the website (such like "change Actors name"), which were very messy - increases the size of pictures and loads their better quality counterparts (all from Shinden.pl server) - (NEW) now blocks most of the ads that are on the website, while not blocking the videos!
확장 프로그램 기본 정보
이름 | Shinden Look Changer |
ID | mogpcdmenpkoafjkcofijdcggkpnbacm |
공식 URL | https://chromewebstore.google.com/detail/shinden-look-changer/mogpcdmenpkoafjkcofijdcggkpnbacm |
설명 | Changes stylistically Shinden.pl website. |
파일 크기 | 60.89 KB |
설치 횟수 | 21 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-09-08 |
출시 날짜 | 2020-05-06 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | GabenRulez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shinden Look Changer", "short_name": "ShindenLook", "author": "Wojciech K", "version": "1.1.1", "description": "Changes stylistically Shinden.pl website.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128_chrome.png" }, "content_scripts": [ { "matches": [ "*:\/\/shinden.pl\/*" ], "exclude_matches": [ "*:\/\/shinden.pl\/animelist\/*" ], "run_at": "document_start", "css": [ "resources\/static.css" ] }, { "matches": [ "*:\/\/shinden.pl\/*" ], "exclude_matches": [ "*:\/\/shinden.pl\/animelist\/*" ], "js": [ "contentScripts\/documentStart.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/shinden.pl\/*" ], "exclude_matches": [ "*:\/\/shinden.pl\/animelist\/*" ], "js": [ "contentScripts\/documentEnd.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/shinden.pl\/*" ], "exclude_matches": [ "*:\/\/shinden.pl\/animelist\/*" ], "js": [ "contentScripts\/documentIdle.js" ], "run_at": "document_idle" } ] } |