Bouncing DVD Search Box

a bouncing search box that mimics old-school DVD players

Bouncing DVD Search Boxとは何ですか?

Bouncing DVD Search Boxはhttps://adverzy.netによって開発されたChromeの拡張機能で、その主な機能は「a bouncing search box that mimics old-school DVD players」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bouncing DVD Search Box拡張機能のCRXファイルをダウンロード

Bouncing DVD Search Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We truly believe that small adjustments can have big impact on our daily lives. Our extensions give a subtle spice to your experience with your browser, and we believe it can effect your daily life for the better.

This chrome extension simulates the old TV screen idle mode DVD square that bounces around the screen. it is relaxing to just look at it and wait until it collides with one of the corners of the screen.

Some of the features we have in this extension:
    -  bouncing text input box that stops to bounce when you click on it and changes colors each 
       bounce.
    -  text that wishes you good morning, good afternoon, and good night.
    -  the good old satisfaction of the dvd square touching the corner of the screen.

Terms: https://www.adverzy.net/bouncing-dvd-search-box/terms-of-service
Privacy: https://www.adverzy.net/bouncing-dvd-search-box/privacy-policy
About: https://www.adverzy.net/about-us
Contact:  https://www.adverzy.net/contact-us

By clicking “Add to chrome”, I accept and agree to installing the "Bouncing DVD Search Box" Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.                    

拡張機能の基本情報

名前 Bouncing DVD Search Box Bouncing DVD Search Box
ID jjahnogdokjcodfaaodehdhokgbpkbal
公式URL https://chromewebstore.google.com/detail/bouncing-dvd-search-box/jjahnogdokjcodfaaodehdhokgbpkbal
説明 a bouncing search box that mimics old-school DVD players
ファイルサイズ 32.01 KB
インストール数 236
現在のバージョン 1.03
最終更新日 2022-07-22
公開日 2021-10-18
評価 4.00/5 合計 2 レビュー
開発者 https://adverzy.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.adverzy.net/
ヘルプページのURL https://www.adverzy.net/contact-us
プライバシーポリシーページのURL https://www.adverzy.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.03",
    "name": "Bouncing DVD Search Box",
    "description": "a bouncing search box that mimics old-school DVD players",
    "icons": {
        "16": "icons\/16x.png",
        "48": "icons\/48x.png",
        "128": "icons\/128x.png"
    },
    "browser_action": {
        "default_icon": "icons\/48x.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/lib\/new-tab.html"
    }
}