Laser Character - Page Destroyer

A cat that shoots a laser from its eyes will destroy everything you want to destroy on the web page

Laser Character - Page Destroyerとは何ですか?

Laser Character - Page Destroyerはhttps://cursorcats.comによって開発されたChromeの拡張機能で、その主な機能は「A cat that shoots a laser from its eyes will destroy everything you want to destroy on the web page」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Laser Character - Page Destroyer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Have you ever had something on the site that you don't like? Something that you would like to remove, destroy, destroy and just burn.

Then you have found the application you need.
Our cat will help you with this. A cat that shoots a laser from its eyes will destroy anything you want to destroy on a web page.

This cat, like other animals, is kind, but he is ready to help you destroy the elements that need to be destroyed on your web page.

This extension adds a laser hero to your web page on the Internet.

If you like cats, dogs, animals and lasers, you will love this extension.

While playing, you can change the interface of almost any site while getting satisfaction from the work done.

Install our application with a cat that shoots a laser from its eyes and light it up to the fullest. Let nothing stop you putting things in order on the web page the way you want it.                    

拡張機能の基本情報

名前 Laser Character - Page Destroyer Laser Character - Page Destroyer
ID eocaghofhhmedfpjhnfcmfjojngncpdp
公式URL https://chromewebstore.google.com/detail/laser-character-page-dest/eocaghofhhmedfpjhnfcmfjojngncpdp
説明 A cat that shoots a laser from its eyes will destroy everything you want to destroy on the web page
ファイルサイズ 1.33 MB
インストール数 6,078
現在のバージョン 2.3.1
最終更新日 2023-12-07
公開日 2022-01-20
評価 3.75/5 合計 12 レビュー
開発者 https://cursorcats.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/happy-cool-1/privacy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "assets\/icons\/icon_128.png",
        "default_popup": "index.html",
        "default_title": "Shoot laser at things you want to remove from the internet.",
        "icons": {
            "128": "assets\/icons\/icon_128.png",
            "256": "assets\/icons\/icon_256.png",
            "32": "assets\/icons\/icon_32.png",
            "64": "assets\/icons\/icon_64.png"
        },
        "name": "__MSG_name__"
    },
    "background": {
        "service_worker": "bg-wrapper.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cursorcats.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "256": "assets\/icons\/icon_256.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjYnuF+Jt3fHw7UbATTwAdqGy+SXnGwL5iD86h0znXSae\/4jIgMNlG6BWIMw2x2TWX9qOUGULuv55FOMhwkt2eP1im5K4L21bJLOUZ0EUQwdd0h6ubOvHJWIQCJipPLunNXrfYCtwbYaIzXNCZ9znObM7QPKTGJFFuFu8ulPpWuKOk0jD0MTInMdsPcEUQKeZzFQppTWFJw\/GTqwrcrlLDa+cVDvA6BjL92nRhsiykJ+pObtWcuEOO3OmvWJzdHe4ucnqvn2B+APZX6RY7igkn5X75O5E0IFUK1Nn2jAaDjr362\/+xhfpMrPUI6\/zttTpp1HTGfXFHB09BUpff63uQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "sounds\/meow.mp3",
                "sounds\/laser.mp3",
                "sounds\/rainbow.mp3",
                "sounds\/frog.mp3",
                "sounds\/slime.mp3",
                "sounds\/woop.mp3",
                "sounds\/space.mp3",
                "background.js",
                "cat.svg",
                "cat.png",
                "js\/util.js",
                "js\/soundbox.js",
                "js\/app.js",
                "js\/rainbow.js",
                "js\/eye.js",
                "js\/characters\/character.js",
                "js\/characters\/cat.js",
                "js\/characters\/cat-tail.js",
                "js\/characters\/frog.js",
                "js\/characters\/alien.js"
            ]
        }
    ]
}