Shinden Search
Rozszerzenie do wyszukiwania anime na stronie https://shinden.pl
What is Shinden Search?
Shinden Search is a Chrome extension developed by echooff, and its main feature is "Rozszerzenie do wyszukiwania anime na stronie https://shinden.pl".
Extension Screenshots
Download Shinden Search Extension CRX File
Download Shinden Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Rozszerzenie do wyszukiwania anime na stronie https://shinden.pl. W popupie(to tamte ikony rozszerzeń w prawym górnym rogu przeglądarki) można wyszukać anime na stronie https://shinden.pl. Jak zaznaczysz tekst i klikniesz prawym następnie na liście wybierzesz Search in shinden to możesz zaznaczony tekst wyszukać na stronie https://shinden.pl
Extension Basic Information
Name | Shinden Search |
ID | hfklbeekbdjfoicafipkmknghliohnnk |
Official URL | https://chromewebstore.google.com/detail/shinden-search/hfklbeekbdjfoicafipkmknghliohnnk |
Description | Rozszerzenie do wyszukiwania anime na stronie https://shinden.pl |
File Size | 31.76 KB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2019-02-07 |
Publish Date | 2019-02-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | echooff |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shinden Search", "description": "Rozszerzenie do wyszukiwania anime na stronie https:\/\/shinden.pl", "version": "1.1", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |