Vuora

Chrome extension that locally tunes the readability, audio, and continuity of the page you are viewing.

As of June 2026, Vuora has 17 users in the Productivity category.

Usersup 88.9 percent+88.9%
17
17
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.0.40
Manifest V3
90-day change · In the last 90 days this extension 7 version updates, changed permissions.

History

9 snapshots

Tracking since Apr 1, 2026.

24.12167.879999999999999Apr 1, 2026Jun 7, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 202691.0.10
Apr 24, 202691.0.10
May 1, 2026111.0.16
May 8, 2026151.0.16
May 13, 2026211.0.26
May 18, 2026231.0.28
May 25, 2026201.0.30
May 31, 2026201.0.31
Jun 7, 2026221.0.34
Now171.0.40

Changelog

  • Jun 7, 2026
    description
    ・🔄 セッション維持(オプトイン・デフォルトOFF)
      SharePoint / Box 等でアイドル判定によるセッションタイムアウトを緩和します。
      ポップアップで有効化した現在のサイトだけで合成 mousemove / pointermove / scroll / focus を定期発射し、JS 側のアイドル検知をリセット。
      さらに SharePoint(*.sharepoint.{com,cn,de,us})では専用 GET、その他サイトでも現在 URL / origin root への軽量 HEAD を top frame から試行してサーバー側セッション延長を補助します。
      ポップアップのスライダーで 1〜15 分の範囲で間隔を調整可能(デフォルト 4 分)。
      ※ HEAD を受け付けないサイトや認証プロキシ側の idle timeout には効かない場合があります。
    
    ・📺 YouTube 整理(オプトイン・デフォルトOFF)
      サイドバー / 棚 / 検索結果から Shorts を非表示・物理削除し、`/shorts/<id>` の URL を `/watch?v=<id>` にリダイレクト。
      さらに YouTube クリーナーとして 29 機能(検索結果ノイズ除去 / 動画属性で削除 / ハイライト / 動画ページレイアウト〈コメント欄非表示・ライブチャット非表示〉/ グリッド列数 / 登録チャンネル拡張)を細かく設定できます。
    
    ・📦 Amazon 定期おトク便 月別合計(オプトイン・デフォルトOFF)
      https://www.amazon.co.jp/auto-deliveries ページで配送月ごとの合計金額を表示します。
    
    ・📷 Instagram クリーナー(オプトイン・デフォルトOFF)
      Instagram の冗長 UI を一括非表示にする 11 個のサブ機能を提供します。
      主要機能: Reels 削除(URL リダイレクト含む)/ Explore 削除 / ストーリー段非表示 / Stories URL ホーム遷移 / Threads 誘導非表示
      追加機能: いいね数・フォロワー数非表示 / 投稿内動画ブロック / コメント欄非表示 / Notes 非表示 / 新規メッセージカウンター非表示 / 画像ダウンロードボタン
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🎵 TikTok クリーナー(オプトイン・デフォルトOFF)
      TikTok の冗長 UI を一括非表示にする 3 個のサブ機能を提供します。
      主要機能: コメント欄非表示 / おすすめのアカウント非表示 / 画像ダウンロードボタン
      ※ photo / video の直接 URL アクセス時は右パネル全体非表示、modal viewer (Browser Mode) ではコメントリストのみピンポイント非表示でプロフィールを温存します。
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🔊 音量ブースター(オプトイン・デフォルトOFF)
      アクティブタブの音量を 0〜300% で増幅。マスタートグルを ON にするとスライダーが有効化され、設定(gain 値・サブトグル)はグローバル永続化されます。chrome.tabCapture でタブ音声を取得し、オフスクリーン ドキュメント内の AudioContext で「自動音量正規化(AnalyserNode による短時間 RMS 測定 + 自動 GainNode)→ ナイトモード圧縮(DynamicsCompressor)→ 手動 GainNode で増幅 → 自動歪み防止 / リミッタ(DynamicsCompressor)」の 6 ノードチェーンで処理して再出力します(マスタリング定石のラウドネス補正 → コンプ → メイクアップゲイン → リミッタ配置)。自動歪み防止 / 自動音量正規化 / ナイトモードのサブトグル 3 種はいずれもデフォルト OFF。
      スライダーは 100..300% 区間で等距離 = 等 dB ステップの対数マッピングを採用、gain 変更は 45ms ramp で滑らかに反映してプチノイズを抑えます。スライダー 100% でも自動音量正規化 / 自動歪み防止 / ナイトモードのいずれかが ON なら AudioContext を維持し、「音量を変えずに突発音だけ抑える」「ポッドキャストの声量差を均す」「夜間に大音量シーンを抑える」用途にも対応。タブ切替時は既に boost 中のタブのみ自動再適用され、新規タブは popup を開いて操作した時点で適用されます。
      ※ マスタートグル OFF / スライダー 100% かつ全サブトグル OFF / タブを閉じる / 拡張機能を無効化 のいずれかで AudioContext を即座に解放してリソースを返却します。
      ※ 録音・保存・外部送信は一切行いません。
    
    ・🎞️ 動画ガンマ補正(オプトイン・デフォルトOFF)
      ページ上の <video> 要素に SVG <feComponentTransfer type="gamma"> ベースのガンマ補正を適用します。マスタートグル + スライダー構成で、スライダー中央 (1.0) が補正なし、左で暗く(最大 3.0)、右で明るく(最小 0.3)。全タブ共通設定で、iframe 内の <video>(YouTube 埋め込み等)にも all_frames: true で同じ補正が当たります。
      ※ 動画データの読み取り・録画・外部送信は一切行わず、SVG filter を当てるだけのクライアントサイド処理です。
    
    ・🎨 カラーピッカー(常時利用可)
      ポップアップの「カラーピッカー」タブから EyeDropper API で画面上の色を採取し、HEX / RGB / HSL の 3 形式でクリップボードにコピーできます。HEX に「#」を含めるか個別に切替可能。採取した色は最大 20 件の標本箱(履歴)として端末内にのみ保存されます。
      ※ 録音・保存・外部送信は一切行わず、すべての処理は popup 内で完結します。
    
    ■ 使い方
    
    1. ツールバーのアイコンをクリックしてポップアップを開く
    2. ポップアップ上部のタブ(調整 / YouTube / Instagram / TikTok / カラーピッカー)から目的の機能を選ぶ
    3. 各タブ内のトグル・スライダーで ON/OFF と値を即時調整(自動保存)
    4. 音量ブースター・動画ガンマ補正はスライダーで直接調整
    5. 「カラーピッカー」タブで EyeDropper を起動して画面上の色を採取
    
    設定は自動保存され、次回起動時も同じ状態が復元されます。
    
    ■ プライバシー
    
    ・個人情報・ユーザーデータの収集は一切行いません
    ・設定はお使いの端末内(chrome.storage.local)にのみ保存されます
    ・第三者の外部サーバーへの通信は一切行いません
      (セッション維持の軽量 ping ON 時、有効化したサイト自身への同一オリジン HEAD / GET が発生することがあります)
      (Instagram / TikTok の画像ダウンロードボタン ON 時、ユーザーがボタンをクリックした瞬間のみ各サイトの正規 CDN(*.cdninstagram.com / scontent-*.fna.fbcdn.net / *.tiktokcdn.com / *.tiktokcdn-us.com)に画像 GET を発行します。credentials:omit + redirect:manual + referrerPolicy:no-referrer でクロスオリジン認証情報送信を遮断し、それ以外のオリジンへの代理 fetch はホスト名ホワイトリストで遮断します)
    ・音量ブースター利用時のタブ音声データは AudioContext で増幅・再出力するのみで、録音・保存・外部送信は行いません
    · 📺 YouTube cleanup (opt-in, default OFF)
      Hides / removes Shorts from the sidebar / shelves / search results, and redirects /shorts/<id> URLs to /watch?v=<id>.
      In addition, the YouTube cleaner offers 31 fine-grained sub-features (search-result noise, filter-by-video-attribute, highlight, watch-page layout including comment & live-chat hiding, grid columns, subscriptions enhancements, live-stream connection monitor).
    
    · 📦 Amazon Subscribe & Save monthly total (opt-in, default OFF)
      Shows a per-month total on https://www.amazon.co.jp/auto-deliveries.
    
    · 🏆 Amazon jump-to-ranking button (opt-in, default OFF)
      The "Amazon Bestsellers Rank" links in a product's detail section appear in different positions on every page, making them hard to find. This consolidates a single "Go to this product's ranking" button at the top of the product info; clicking it navigates (same tab) to the most specific subcategory ranking. It only scans the bestsellers links inside the product-detail containers, so the button appears only on product pages that have a ranking link.
      ※ Pure DOM manipulation; no price/history reading or external transmission.
    
    · 📦 Amazon seller / shipper badge (opt-in, default OFF)
      Extracts the seller and shipper from Amazon's hidden divs (#merchantInfoFeature_feature_div / #fulfillerInfoFeature_feature_div) and shows them as a non-clickable info badge ("📦 Sold: XXX / Ships: YYY") at the top of the product info, right next to the jump-to-ranking button. **Amazon-fulfilled and marketplace listings are visually distinguished** (Amazon-fulfilled = green badge / marketplace = orange warning badge), making it easy to spot suspicious marketplace listings at a glance. The detection uses Amazon's own isInternal flag (embedded JSON in the <script> inside #merchantInfoFeature_feature_div) as the primary signal, with the seller name as a fallback.
      ※ Pure DOM manipulation; no price/history reading or external transmission.
    
    · 📷 Instagram cleaner (opt-in, default OFF)
      Hides Instagram's redundant UI through 11 sub-features.
      Main: Remove Reels (with URL redirect) / Remove Explore / Hide Stories tray / Stories URL → home / Hide Threads promotion
      Extras: Hide vanity counts / Block videos in posts / Hide comments / Hide Notes / Hide unread DM badge / Image download button
      ※ Client-side DOM and CSS only; nothing is transmitted externally.
    
    · 🎵 TikTok cleaner (opt-in, default OFF)
      Hides TikTok's redundant UI through 3 sub-features.
      Main: Hide comments / Hide suggested accounts / Image download button
      ※ For direct photo / video URL access, the entire right panel is hidden; in the modal viewer (Browser Mode) only the comment list is hidden, preserving the profile.
      ※ Client-side DOM and CSS only; nothing is transmitted externally.
    
    · 🔊 Volume Booster (opt-in, default OFF)
      Amplifies the active tab's volume from 0% to 300%. Turn the master toggle ON to enable the slider; the settings (gain value, sub-toggles, mute) are persisted globally. The Volume Booster uses chrome.tabCapture + an offscreen document and works uniformly on all sites regardless of URL (including EME-protected video such as Netflix / Prime Video). Boost starts the moment you open the popup on the active tab (chrome.tabCapture requires a user gesture, so opening the popup serves as that gesture). It uses a 6-node chain — "Auto Volume Normalization (short-window RMS via AnalyserNode + auto GainNode) → Night-Mode compression (DynamicsCompressor) → manual GainNode for amplification → Auto Distortion Guard / limiter (DynamicsCompressor)" — which is the standard mastering layout (loudness correction → compression → make-up gain → limiter). The three sub-toggles (Auto Distortion Guard / Auto Volume Normalization / Night Mode) all default to OFF.
      The slider uses a logarithmic mapping over the 100..300% range so equal distance equals equal dB; gain changes are smoothed with a 45 ms ramp to suppress clicks. A mute 🔊/🔇 button sits at the left edge of the slider so you can silence the tab with one click while preserving the slider value and sub-toggle settings, and restore the original volume instantly with another click (this is an independent layer from Chrome's native tab mute). Even at 100%, if any of Auto Volume Normalization / Auto Distortion Guard / Night Mode / mute is ON, the AudioContext is preserved so use cases like "leave the volume alone but tame sudden peaks", "even out podcast voice levels", "tame loud night-time scenes", or "instant silence at 100%" still work. On tab switch, only tabs already being boosted are auto-reapplied; new tabs are applied once you open the popup and operate it.
      ※ Master OFF / slider 100% with all sub-toggles and mute OFF / tab closed / Extension disabled — any of these instantly releases the AudioContext and frees resources.
      ※ No recording, storage, or external transmission whatsoever.
    
    · 🎞️ Video Gamma (opt-in, default OFF)
      Applies gamma correction to <video> elements on the page using SVG <feComponentTransfer type="gamma">. Master toggle + slider; the slider center (1.0) means no correction, left is darker (max 3.0), right is brighter (min 0.3). The setting is shared across tabs, and <video> elements inside iframes (e.g. YouTube embeds) also receive the same correction via all_frames: true.
      ※ Video data is not read, recorded, or transmitted; the feature only attaches an SVG filter, fully client-side.
    
    · 🖥️ Remove video black bars (opt-in, default OFF)
      Removes the letterbox/pillarbox black bars seen on ultrawide monitors by Zoom (aspect-preserving crop) or Stretch (expand only the deficient axis) to fill the screen. Master toggle + display-mode selection + target-monitor preset; the video's aspect ratio is auto-detected from videoWidth / videoHeight. Shared across tabs, and <video> inside iframes also receive the same treatment via all_frames: true.
      ※ Video data is not read, recorded, or transmitted; the feature only applies a CSS transform, fully client-side.
    
    · 🔍 Loupe (opt-in, default OFF)
      A circular magnifier that follows the mouse cursor. When the master toggle is ON, the active tab is captured as a JPEG snapshot via chrome.tabs.captureVisibleTab, attached as the background-image of a circular position: fixed lens (clip-path: circle()), and the background-position is updated at 60 fps with rAF coalescing on mousemove to magnify the area under the cursor. Because the captured pixels include video / iframe / canvas content, this is ideal for "pause a video and inspect fine details". Zoom is selected from 1.5× / 2.5× / 4× in the popup segment control; the lens diameter is adjustable 150–1000 px via a slider. Left-clicking the page while the lens is showing removes it instantly and flips the master toggle OFF. Re-capture is triggered automatically on initial activation / scroll (500 ms debounced) / large DOM changes (MutationObserver) / window resize.
      ※ The captured JPEG is converted to a Blob URL referenced only by the content script DOM, and is released via URL.revokeObjectURL on OFF. No recording, storage, or external transmission.
    
    · 🎨 Color Picker (always available)
      The "Color Picker" tab in the popup uses the EyeDropper API to pick a color from anywhere on screen and copy it to the clipboard in HEX / RGB / HSL. Whether to include "#" in HEX is individually toggleable. Picked colors are kept on the device only as a specimen box (history) of up to 20 entries.
      ※ Nothing is recorded, stored, or transmitted; everything happens inside the popup.
  • Jun 7, 2026
    name
    Web Viewing Assist
    Vuora
  • May 31, 2026
    host_permissions
    (empty)
    <all_urls>
  • May 18, 2026
    short_description
    閲覧中ページの見やすさ・聞きやすさ・作業継続性をローカル設定で整える Chrome 拡張機能。
    Chrome extension that locally tunes the readability, audio, and continuity of the page you are viewing.
  • May 18, 2026
    name
    WEB閲覧アシスト
    Web Viewing Assist
  • May 13, 2026
    description
    日々の Web 閲覧を快適にする 6 カテゴリの補助機能を 1 つのポップアップに統合した拡張機能です。
    (v1.0.18 でかつての「制限解除」機能は廃止し、Web 閲覧支援機能のみに特化しました)
    
    ■ 主な機能
    
    ・🔄 セッション維持(オプトイン・デフォルトOFF)
      SharePoint / Box 等でアイドル判定によるセッションタイムアウトを緩和します。
      ポップアップで有効化した現在のサイトだけで合成 mousemove / pointermove / scroll / focus を定期発射し、JS 側のアイドル検知をリセット。
      さらに SharePoint(*.sharepoint.{com,cn,de,us})では専用 GET、その他サイトでも現在 URL / origin root への軽量 HEAD を top frame から試行してサーバー側セッション延長を補助します。
      ポップアップのスライダーで 1〜15 分の範囲で間隔を調整可能(デフォルト 4 分)。
      ※ HEAD を受け付けないサイトや認証プロキシ側の idle timeout には効かない場合があります。
    
    ・📺 YouTube 整理(オプトイン・デフォルトOFF)
      サイドバー / 棚 / 検索結果から Shorts を非表示・物理削除し、`/shorts/<id>` の URL を `/watch?v=<id>` にリダイレクト。
      さらに YouTube クリーナーとして 22 機能(検索結果ノイズ除去 / 動画属性で削除 / ハイライト / 動画ページレイアウト〈タイトル中央配置・説明文フル幅・コメント欄非表示・ライブチャット非表示〉/ グリッド列数)を細かく設定できます。
    
    ・📦 Amazon 定期おトク便 月別合計(オプトイン・デフォルトOFF)
      https://www.amazon.co.jp/auto-deliveries ページで配送月ごとの合計金額を表示します。
    
    ・📷 Instagram クリーナー(オプトイン・デフォルトOFF)
      Instagram の冗長 UI を一括非表示にする 10 個のサブ機能を提供します。
      主要機能: Reels 削除(URL リダイレクト含む)/ Explore 削除 / ストーリー段非表示 / Stories URL ホーム遷移 / Threads 誘導非表示
      追加機能: いいね数・フォロワー数非表示 / 投稿内動画ブロック / コメント欄非表示 / Notes 非表示 / 新規メッセージカウンター非表示
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🔊 音量ブースター(マスタートグルなし・100% かつ全サブトグル OFF で AudioContext 解放)
      アクティブタブの音量を 0〜300% で増幅。chrome.tabCapture でタブ音声を取得し、オフスクリーン ドキュメント内の AudioContext で「自動音量正規化(AnalyserNode による短時間 RMS 測定 + 自動 GainNode)→ ナイトモード圧縮(DynamicsCompressor)→ 手動 GainNode で増幅 → 自動歪み防止 / リミッタ(DynamicsCompressor)」の 6 ノードチェーンで処理して再出力します(マスタリング定石のラウドネス補正 → コンプ → メイクアップゲイン → リミッタ配置)。自動歪み防止 / 自動音量正規化 / ナイトモードのサブトグル 3 種はいずれもデフォルト OFF。
      スライダーは 100..300% 区間で等距離 = 等 dB ステップの対数マッピングを採用、gain 変更は 45ms ramp で滑らかに反映してプチノイズを抑えます。スライダー 100% でも自動音量正規化 / 自動歪み防止 / ナイトモードのいずれかが ON なら AudioContext を維持し、「音量を変えずに突発音だけ抑える」「ポッドキャストの声量差を均す」「夜間に大音量シーンを抑える」用途にも対応。
      ※ 録音・保存・外部送信は一切行いません。
    
    ・🎨 カラーピッカー(常時利用可)
      ポップアップの「カラーピッカー」タブから EyeDropper API で画面上の色を採取し、HEX / RGB / HSL の 3 形式でクリップボードにコピーできます。HEX に「#」を含めるか個別に切替可能。採取した色は最大 20 件の標本箱(履歴)として端末内にのみ保存されます。
      ※ 録音・保存・外部送信は一切行わず、すべての処理は popup 内で完結します。
    
    ■ 使い方
    
    1. ツールバーのアイコンをクリックしてポップアップを開く
    2. 「アシスト」タブの各機能トグルで ON/OFF を切替(即時適用)
    3. 音量ブースターはスライダーで増幅率を直接調整
    4. 「カラーピッカー」タブで EyeDropper を起動して画面上の色を採取
    
    設定は自動保存され、次回起動時も同じ状態が復元されます。
    ・🔄 セッション維持(オプトイン・デフォルトOFF)
      SharePoint / Box 等でアイドル判定によるセッションタイムアウトを緩和します。
      ポップアップで有効化した現在のサイトだけで合成 mousemove / pointermove / scroll / focus を定期発射し、JS 側のアイドル検知をリセット。
      さらに SharePoint(*.sharepoint.{com,cn,de,us})では専用 GET、その他サイトでも現在 URL / origin root への軽量 HEAD を top frame から試行してサーバー側セッション延長を補助します。
      ポップアップのスライダーで 1〜15 分の範囲で間隔を調整可能(デフォルト 4 分)。
      ※ HEAD を受け付けないサイトや認証プロキシ側の idle timeout には効かない場合があります。
    
    ・📺 YouTube 整理(オプトイン・デフォルトOFF)
      サイドバー / 棚 / 検索結果から Shorts を非表示・物理削除し、`/shorts/<id>` の URL を `/watch?v=<id>` にリダイレクト。
      さらに YouTube クリーナーとして 29 機能(検索結果ノイズ除去 / 動画属性で削除 / ハイライト / 動画ページレイアウト〈コメント欄非表示・ライブチャット非表示〉/ グリッド列数 / 登録チャンネル拡張)を細かく設定できます。
    
    ・📦 Amazon 定期おトク便 月別合計(オプトイン・デフォルトOFF)
      https://www.amazon.co.jp/auto-deliveries ページで配送月ごとの合計金額を表示します。
    
    ・📷 Instagram クリーナー(オプトイン・デフォルトOFF)
      Instagram の冗長 UI を一括非表示にする 11 個のサブ機能を提供します。
      主要機能: Reels 削除(URL リダイレクト含む)/ Explore 削除 / ストーリー段非表示 / Stories URL ホーム遷移 / Threads 誘導非表示
      追加機能: いいね数・フォロワー数非表示 / 投稿内動画ブロック / コメント欄非表示 / Notes 非表示 / 新規メッセージカウンター非表示 / 画像ダウンロードボタン
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🎵 TikTok クリーナー(オプトイン・デフォルトOFF)
      TikTok の冗長 UI を一括非表示にする 3 個のサブ機能を提供します。
      主要機能: コメント欄非表示 / おすすめのアカウント非表示 / 画像ダウンロードボタン
      ※ photo / video の直接 URL アクセス時は右パネル全体非表示、modal viewer (Browser Mode) ではコメントリストのみピンポイント非表示でプロフィールを温存します。
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🔊 音量ブースター(オプトイン・デフォルトOFF)
      アクティブタブの音量を 0〜300% で増幅。マスタートグルを ON にするとスライダーが有効化され、設定(gain 値・サブトグル)はグローバル永続化されます。chrome.tabCapture でタブ音声を取得し、オフスクリーン ドキュメント内の AudioContext で「自動音量正規化(AnalyserNode による短時間 RMS 測定 + 自動 GainNode)→ ナイトモード圧縮(DynamicsCompressor)→ 手動 GainNode で増幅 → 自動歪み防止 / リミッタ(DynamicsCompressor)」の 6 ノードチェーンで処理して再出力します(マスタリング定石のラウドネス補正 → コンプ → メイクアップゲイン → リミッタ配置)。自動歪み防止 / 自動音量正規化 / ナイトモードのサブトグル 3 種はいずれもデフォルト OFF。
      スライダーは 100..300% 区間で等距離 = 等 dB ステップの対数マッピングを採用、gain 変更は 45ms ramp で滑らかに反映してプチノイズを抑えます。スライダー 100% でも自動音量正規化 / 自動歪み防止 / ナイトモードのいずれかが ON なら AudioContext を維持し、「音量を変えずに突発音だけ抑える」「ポッドキャストの声量差を均す」「夜間に大音量シーンを抑える」用途にも対応。タブ切替時は既に boost 中のタブのみ自動再適用され、新規タブは popup を開いて操作した時点で適用されます。
      ※ マスタートグル OFF / スライダー 100% かつ全サブトグル OFF / タブを閉じる / 拡張機能を無効化 のいずれかで AudioContext を即座に解放してリソースを返却します。
      ※ 録音・保存・外部送信は一切行いません。
    
    ・🎞️ 動画ガンマ補正(オプトイン・デフォルトOFF)
      ページ上の <video> 要素に SVG <feComponentTransfer type="gamma"> ベースのガンマ補正を適用します。マスタートグル + スライダー構成で、スライダー中央 (1.0) が補正なし、左で暗く(最大 3.0)、右で明るく(最小 0.3)。全タブ共通設定で、iframe 内の <video>(YouTube 埋め込み等)にも all_frames: true で同じ補正が当たります。
      ※ 動画データの読み取り・録画・外部送信は一切行わず、SVG filter を当てるだけのクライアントサイド処理です。
    
    ・🎨 カラーピッカー(常時利用可)
      ポップアップの「カラーピッカー」タブから EyeDropper API で画面上の色を採取し、HEX / RGB / HSL の 3 形式でクリップボードにコピーできます。HEX に「#」を含めるか個別に切替可能。採取した色は最大 20 件の標本箱(履歴)として端末内にのみ保存されます。
      ※ 録音・保存・外部送信は一切行わず、すべての処理は popup 内で完結します。
    
    ■ 使い方
    
    1. ツールバーのアイコンをクリックしてポップアップを開く
    2. ポップアップ上部のタブ(調整 / YouTube / Instagram / TikTok / カラーピッカー)から目的の機能を選ぶ
    3. 各タブ内のトグル・スライダーで ON/OFF と値を即時調整(自動保存)
    4. 音量ブースター・動画ガンマ補正はスライダーで直接調整
    5. 「カラーピッカー」タブで EyeDropper を起動して画面上の色を採取
    
    設定は自動保存され、次回起動時も同じ状態が復元されます。
    
    ■ プライバシー
    
    ・個人情報・ユーザーデータの収集は一切行いません
    ・設定はお使いの端末内(chrome.storage.local)にのみ保存されます
    ・第三者の外部サーバーへの通信は一切行いません
      (セッション維持の軽量 ping ON 時、有効化したサイト自身への同一オリジン HEAD / GET が発生することがあります)
      (Instagram / TikTok の画像ダウンロードボタン ON 時、ユーザーがボタンをクリックした瞬間のみ各サイトの正規 CDN(*.cdninstagram.com / scontent-*.fna.fbcdn.net / *.tiktokcdn.com / *.tiktokcdn-us.com)に画像 GET を発行します。credentials:omit + redirect:manual + referrerPolicy:no-referrer でクロスオリジン認証情報送信を遮断し、それ以外のオリジンへの代理 fetch はホスト名ホワイトリストで遮断します)
    ・音量ブースター利用時のタブ音声データは AudioContext で増幅・再出力するのみで、録音・保存・外部送信は行いません
  • May 8, 2026
    description
    Webページの様々な制限を解除するChrome拡張機能です。
    コピー禁止・右クリック禁止・テキスト選択禁止などの制限がかかったページでも、ワンクリックで制限を解除できます。
    
    ■ 主な機能(4種類)
    
    ・右クリック制限解除
      右クリック(コンテキストメニュー)が無効化されたページで、右クリックを復活させます。
    
    ・ペースト制限解除
      Ctrl+V やコンテキストメニューからのペーストがブロックされたフォームで、ペーストを可能にします。
    
    ・コピー制限解除
      Ctrl+C によるコピーが禁止されたページで、テキストのコピーを復活させます。
    
    ・テキスト選択制限解除
      テキストの選択(ドラッグ)が無効化されたページで、文字の選択を可能にします。
    
    ■ 使い方
    
    1. ツールバーのアイコンをクリック
    2. 解除したい機能のトグルをONにする(全ON / 全OFFボタンもあります)
    3.「適用」ボタンを押す
    
    設定は自動保存され、次回も同じトグル状態が復元されます。
    
    ■ プライバシー
    
    ・ユーザーデータの収集は一切行いません
    ・設定はお使いの端末内にのみ保存されます
    ・外部サーバーへの通信は一切行いません
    日々の Web 閲覧を快適にする 6 カテゴリの補助機能を 1 つのポップアップに統合した拡張機能です。
    (v1.0.18 でかつての「制限解除」機能は廃止し、Web 閲覧支援機能のみに特化しました)
    
    ■ 主な機能
    
    ・🔄 セッション維持(オプトイン・デフォルトOFF)
      SharePoint / Box 等でアイドル判定によるセッションタイムアウトを緩和します。
      ポップアップで有効化した現在のサイトだけで合成 mousemove / pointermove / scroll / focus を定期発射し、JS 側のアイドル検知をリセット。
      さらに SharePoint(*.sharepoint.{com,cn,de,us})では専用 GET、その他サイトでも現在 URL / origin root への軽量 HEAD を top frame から試行してサーバー側セッション延長を補助します。
      ポップアップのスライダーで 1〜15 分の範囲で間隔を調整可能(デフォルト 4 分)。
      ※ HEAD を受け付けないサイトや認証プロキシ側の idle timeout には効かない場合があります。
    
    ・📺 YouTube 整理(オプトイン・デフォルトOFF)
      サイドバー / 棚 / 検索結果から Shorts を非表示・物理削除し、`/shorts/<id>` の URL を `/watch?v=<id>` にリダイレクト。
      さらに YouTube クリーナーとして 22 機能(検索結果ノイズ除去 / 動画属性で削除 / ハイライト / 動画ページレイアウト〈タイトル中央配置・説明文フル幅・コメント欄非表示・ライブチャット非表示〉/ グリッド列数)を細かく設定できます。
    
    ・📦 Amazon 定期おトク便 月別合計(オプトイン・デフォルトOFF)
      https://www.amazon.co.jp/auto-deliveries ページで配送月ごとの合計金額を表示します。
    
    ・📷 Instagram クリーナー(オプトイン・デフォルトOFF)
      Instagram の冗長 UI を一括非表示にする 10 個のサブ機能を提供します。
      主要機能: Reels 削除(URL リダイレクト含む)/ Explore 削除 / ストーリー段非表示 / Stories URL ホーム遷移 / Threads 誘導非表示
      追加機能: いいね数・フォロワー数非表示 / 投稿内動画ブロック / コメント欄非表示 / Notes 非表示 / 新規メッセージカウンター非表示
      ※ クライアント側の DOM 操作・CSS 適用のみで、外部送信は一切行いません。
    
    ・🔊 音量ブースター(マスタートグルなし・100% かつ全サブトグル OFF で AudioContext 解放)
      アクティブタブの音量を 0〜300% で増幅。chrome.tabCapture でタブ音声を取得し、オフスクリーン ドキュメント内の AudioContext で「自動音量正規化(AnalyserNode による短時間 RMS 測定 + 自動 GainNode)→ ナイトモード圧縮(DynamicsCompressor)→ 手動 GainNode で増幅 → 自動歪み防止 / リミッタ(DynamicsCompressor)」の 6 ノードチェーンで処理して再出力します(マスタリング定石のラウドネス補正 → コンプ → メイクアップゲイン → リミッタ配置)。自動歪み防止 / 自動音量正規化 / ナイトモードのサブトグル 3 種はいずれもデフォルト OFF。
      スライダーは 100..300% 区間で等距離 = 等 dB ステップの対数マッピングを採用、gain 変更は 45ms ramp で滑らかに反映してプチノイズを抑えます。スライダー 100% でも自動音量正規化 / 自動歪み防止 / ナイトモードのいずれかが ON なら AudioContext を維持し、「音量を変えずに突発音だけ抑える」「ポッドキャストの声量差を均す」「夜間に大音量シーンを抑える」用途にも対応。
      ※ 録音・保存・外部送信は一切行いません。
    
    ・🎨 カラーピッカー(常時利用可)
      ポップアップの「カラーピッカー」タブから EyeDropper API で画面上の色を採取し、HEX / RGB / HSL の 3 形式でクリップボードにコピーできます。HEX に「#」を含めるか個別に切替可能。採取した色は最大 20 件の標本箱(履歴)として端末内にのみ保存されます。
      ※ 録音・保存・外部送信は一切行わず、すべての処理は popup 内で完結します。
    
    ■ 使い方
    
    1. ツールバーのアイコンをクリックしてポップアップを開く
    2. 「アシスト」タブの各機能トグルで ON/OFF を切替(即時適用)
    3. 音量ブースターはスライダーで増幅率を直接調整
    4. 「カラーピッカー」タブで EyeDropper を起動して画面上の色を採取
    
    設定は自動保存され、次回起動時も同じ状態が復元されます。
  • May 8, 2026
    short_description
    右クリック・テキスト選択を自動解除。右クリックメニューから強制ペースト・強制コピーが可能。
    閲覧中ページの見やすさ・聞きやすさ・作業継続性をローカル設定で整える Chrome 拡張機能。
  • May 8, 2026
    name
    WEB制限解除サポート
    WEB閲覧アシスト
  • May 8, 2026
    permissions
    activeTab, scripting, storage, contextMenus, clipboardRead, clipboardWrite, offscreen
    activeTab, storage, offscreen, tabCapture
  • Apr 24, 2026
    short_description
    Webページの制限を解除。コピー・ペースト・右クリック・テキスト選択の4機能搭載。
    右クリック・テキスト選択を自動解除。右クリックメニューから強制ペースト・強制コピーが可能。
  • Apr 24, 2026
    permissions
    activeTab, scripting, storage
    activeTab, scripting, storage, contextMenus, clipboardRead, clipboardWrite, offscreen

Permissions & access

Permissions
activeTabstorageoffscreentabCapture
Host access
<all_urls>

Screenshots

Vuora screenshot 1Vuora screenshot 2Vuora screenshot 3

About

· 📺 YouTube cleanup (opt-in, default OFF)
  Hides / removes Shorts from the sidebar / shelves / search results, and redirects /shorts/<id> URLs to /watch?v=<id>.
  In addition, the YouTube cleaner offers 31 fine-grained sub-features (search-result noise, filter-by-video-attribute, highlight, watch-page layout including comment & live-chat hiding, grid columns, subscriptions enhancements, live-stream connection monitor).

· 📦 Amazon Subscribe & Save monthly total (opt-in, default OFF)
  Shows a per-month total on https://www.amazon.co.jp/auto-deliveries.

· 🏆 Amazon jump-to-ranking button (opt-in, default OFF)
  The "Amazon Bestsellers Rank" links in a product's detail section appear in different positions on every page, making them hard to find. This consolidates a single "Go to this product's ranking" button at the top of the product info; clicking it navigates (same tab) to the most specific subcategory ranking. It only scans the bestsellers links inside the product-detail containers, so the button appears only on product pages that have a ranking link.
  ※ Pure DOM manipulation; no price/history reading or external transmission.

· 📦 Amazon seller / shipper badge (opt-in, default OFF)
  Extracts the seller and shipper from Amazon's hidden divs (#merchantInfoFeature_feature_div / #fulfillerInfoFeature_feature_div) and shows them as a non-clickable info badge ("📦 Sold: XXX / Ships: YYY") at the top of the product info, right next to the jump-to-ranking button. **Amazon-fulfilled and marketplace listings are visually distinguished** (Amazon-fulfilled = green badge / marketplace = orange warning badge), making it easy to spot suspicious marketplace listings at a glance. The detection uses Amazon's own isInternal flag (embedded JSON in the <script> inside #merchantInfoFeature_feature_div) as the primary signal, with the seller name as a fallback.
  ※ Pure DOM manipulation; no price/history reading or external transmission.

· 📷 Instagram cleaner (opt-in, default OFF)
  Hides Instagram's redundant UI through 11 sub-features.
  Main: Remove Reels (with URL redirect) / Remove Explore / Hide Stories tray / Stories URL → home / Hide Threads promotion
  Extras: Hide vanity counts / Block videos in posts / Hide comments / Hide Notes / Hide unread DM badge / Image download button
  ※ Client-side DOM and CSS only; nothing is transmitted externally.

· 🎵 TikTok cleaner (opt-in, default OFF)
  Hides TikTok's redundant UI through 3 sub-features.
  Main: Hide comments / Hide suggested accounts / Image download button
  ※ For direct photo / video URL access, the entire right panel is hidden; in the modal viewer (Browser Mode) only the comment list is hidden, preserving the profile.
  ※ Client-side DOM and CSS only; nothing is transmitted externally.

· 🔊 Volume Booster (opt-in, default OFF)
  Amplifies the active tab's volume from 0% to 300%. Turn the master toggle ON to enable the slider; the settings (gain value, sub-toggles, mute) are persisted globally. The Volume Booster uses chrome.tabCapture + an offscreen document and works uniformly on all sites regardless of URL (including EME-protected video such as Netflix / Prime Video). Boost starts the moment you open the popup on the active tab (chrome.tabCapture requires a user gesture, so opening the popup serves as that gesture). It uses a 6-node chain — "Auto Volume Normalization (short-window RMS via AnalyserNode + auto GainNode) → Night-Mode compression (DynamicsCompressor) → manual GainNode for amplification → Auto Distortion Guard / limiter (DynamicsCompressor)" — which is the standard mastering layout (loudness correction → compression → make-up gain → limiter). The three sub-toggles (Auto Distortion Guard / Auto Volume Normalization / Night Mode) all default to OFF.
  The slider uses a logarithmic mapping over the 100..300% range so equal distance equals equal dB; gain changes are smoothed with a 45 ms ramp to suppress clicks. A mute 🔊/🔇 button sits at the left edge of the slider so you can silence the tab with one click while preserving the slider value and sub-toggle settings, and restore the original volume instantly with another click (this is an independent layer from Chrome's native tab mute). Even at 100%, if any of Auto Volume Normalization / Auto Distortion Guard / Night Mode / mute is ON, the AudioContext is preserved so use cases like "leave the volume alone but tame sudden peaks", "even out podcast voice levels", "tame loud night-time scenes", or "instant silence at 100%" still work. On tab switch, only tabs already being boosted are auto-reapplied; new tabs are applied once you open the popup and operate it.
  ※ Master OFF / slider 100% with all sub-toggles and mute OFF / tab closed / Extension disabled — any of these instantly releases the AudioContext and frees resources.
  ※ No recording, storage, or external transmission whatsoever.

· 🎞️ Video Gamma (opt-in, default OFF)
  Applies gamma correction to <video> elements on the page using SVG <feComponentTransfer type="gamma">. Master toggle + slider; the slider center (1.0) means no correction, left is darker (max 3.0), right is brighter (min 0.3). The setting is shared across tabs, and <video> elements inside iframes (e.g. YouTube embeds) also receive the same correction via all_frames: true.
  ※ Video data is not read, recorded, or transmitted; the feature only attaches an SVG filter, fully client-side.

· 🖥️ Remove video black bars (opt-in, default OFF)
  Removes the letterbox/pillarbox black bars seen on ultrawide monitors by Zoom (aspect-preserving crop) or Stretch (expand only the deficient axis) to fill the screen. Master toggle + display-mode selection + target-monitor preset; the video's aspect ratio is auto-detected from videoWidth / videoHeight. Shared across tabs, and <video> inside iframes also receive the same treatment via all_frames: true.
  ※ Video data is not read, recorded, or transmitted; the feature only applies a CSS transform, fully client-side.

· 🔍 Loupe (opt-in, default OFF)
  A circular magnifier that follows the mouse cursor. When the master toggle is ON, the active tab is captured as a JPEG snapshot via chrome.tabs.captureVisibleTab, attached as the background-image of a circular position: fixed lens (clip-path: circle()), and the background-position is updated at 60 fps with rAF coalescing on mousemove to magnify the area under the cursor. Because the captured pixels include video / iframe / canvas content, this is ideal for "pause a video and inspect fine details". Zoom is selected from 1.5× / 2.5× / 4× in the popup segment control; the lens diameter is adjustable 150–1000 px via a slider. Left-clicking the page while the lens is showing removes it instantly and flips the master toggle OFF. Re-capture is triggered automatically on initial activation / scroll (500 ms debounced) / large DOM changes (MutationObserver) / window resize.
  ※ The captured JPEG is converted to a Blob URL referenced only by the content script DOM, and is released via URL.revokeObjectURL on OFF. No recording, storage, or external transmission.

· 🎨 Color Picker (always available)
  The "Color Picker" tab in the popup uses the EyeDropper API to pick a color from anywhere on screen and copy it to the clipboard in HEX / RGB / HSL. Whether to include "#" in HEX is individually toggleable. Picked colors are kept on the device only as a specimen box (history) of up to 20 entries.
  ※ Nothing is recorded, stored, or transmitted; everything happens inside the popup.

Technical

Version
1.0.40
Manifest
V3
Size
661KiB
Min Chrome
140
Languages
2
Featured
No

Metadata

ID
lmkdjffdnkadifjjifameboongbngaep
Developer ID
uecd87747b54a1184ff6ad3924a9d782d
Developer Email
[email protected]
Created
Mar 22, 2026
Last Updated (Store)
Jun 6, 2026
Last Scraped
Jun 7, 2026

Data sourced from the Chrome Web Store · last verified Jun 7, 2026.