Shinden Look Changer
Changes stylistically Shinden.pl website.
Shinden Look Changer क्या है?
Shinden Look Changer GabenRulez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes stylistically Shinden.pl website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shinden Look Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |