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文件
下載Shinden Look Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | mogpcdmenpkoafjkcofijdcggkpnbacm |
| 官方網址 | 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"
}
]
} | |