SuperSmashBrowser

Take our your anger on your browser!

SuperSmashBrowserคืออะไร?

SuperSmashBrowser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย super-smash-browser และคุณลักษณะหลักของมันคือ "Take our your anger on your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperSmashBrowser

ดาวน์โหลดไฟล์ส่วนขยาย SuperSmashBrowser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Does the internet ever make you angry?

If the answer is no, you are much more serene than us. The internet is full of objectionable, crazy-making content. Images, articles, pictures, advertisements, comments, and videos can all drive us to fits of rage, or simply annoy us to the point that we wish they would go away.

For those times, there's Super Smash Browser.

This extension provides you with a menu of options for removing and defacing content that you don't like, in a safe way. Those three options are:

- MAKE IT GO AWAY: click a button, and watch all an entire page disappear into nothingness.

- MAGIC WAND: turn your cursor into a magic wand. Click on any element of a webpage to make it disappear. It's as simple as that!

- HAMMER TIME: turn your cursor into a hammer. You may use it by clicking to smash up the content on a page. If you get angry enough at an element to smash it 5 times, it will be destroyed.

And when you're done, if you want to continue viewing the page, simply refresh and all of your damage will be undone! Enjoy all of the fun of smashing stuff with none of the repercussions.

To use the latter two options, click the relevant button in our dropdown menu, then click outside the menu to activate your chosen mode.

NOTE: Does not work on the Chrome Extension Store page! Go somewhere else to try it out.

Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SuperSmashBrowser SuperSmashBrowser
ID bdlmjfkblpjnkienagkgljcodcgjjjml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/supersmashbrowser/bdlmjfkblpjnkienagkgljcodcgjjjml
คำอธิบาย Take our your anger on your browser!
ขนาดไฟล์ 38.29 KB
จำนวนการติดตั้ง 8,534
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2018-09-02
คะแนน 3.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา super-smash-browser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperSmashBrowser",
    "version": "1.0.0",
    "description": "Take our your anger on your browser!",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": ".\/images\/logo16.png",
        "48": ".\/images\/logo48.png",
        "128": ".\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js",
                ".\/js\/vanish_everything.js",
                ".\/js\/vanish.js",
                ".\/js\/hammer.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}