PiHole Browser Extension
Browser extension to control your PiHole. Built with Vue, Typescript and ❤
PiHole Browser Extensionとは何ですか?
PiHole Browser Extensionはbadsgahhlによって開発されたChromeの拡張機能で、その主な機能は「Browser extension to control your PiHole. Built with Vue, Typescript and ❤」です。
拡張機能のスクリーンショット
PiHole Browser Extension拡張機能のCRXファイルをダウンロード
PiHole Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PiHole browser extension is a small browser extension for Chrome and Firefox. With this extension you can control your PiHole remotely (e.g. Turning it on/off, black/white listing current tab, etc.). Features: - Disable your PiHole(s) easily with one click - Individual configuration for multiple PiHoles - Dark Mode depending on your OS Settings - Compact UI - White-/Blacklist your current tabs url with one click - Shortcuts - Use features quickly with a hotkey shortcut or pages context menu Please follow the install instructions on the offical github page: https://github.com/badsgahhl/pihole-browser-extension
拡張機能の基本情報
名前 | PiHole Browser Extension |
ID | ngoafjpapneaopfkpboebcahajopcifi |
公式URL | https://chromewebstore.google.com/detail/pihole-browser-extension/ngoafjpapneaopfkpboebcahajopcifi |
説明 | Browser extension to control your PiHole. Built with Vue, Typescript and ❤ |
ファイルサイズ | 337 KB |
インストール数 | 7,186 |
現在のバージョン | 3.0.2 |
最終更新日 | 2022-01-09 |
公開日 | 2020-07-02 |
評価 | 4.48/5 合計 27 レビュー |
開発者 | badsgahhl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/badsgahhl/pihole-browser-extension |
ヘルプページのURL | https://github.com/badsgahhl/pihole-browser-extension |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PiHole Browser Extension", "version": "3.0.2", "author": "Pascal Glaser", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "48": "icon\/icon-48.png", "96": "icon\/icon-96.png", "128": "icon\/icon-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "background": { "persistent": true, "page": "background.html" }, "permissions": [ "storage", " |