Site Bomb
You can drop bombs on any pages
What is Site Bomb?
Site Bomb is a Chrome extension developed by Yui, and its main feature is "You can drop bombs on any pages".
Extension Screenshots
Download Site Bomb Extension CRX File
Download Site Bomb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
難しい記事とか読んでたら、うるせ〜〜〜〜全部爆発してやる〜〜〜〜〜っていう気持ちになることってありますよね。そんなときに使えるchromeの拡張機能を作りました。 When you read a difficult article or something, you must feel like "Ahhhh, I want to explode everything!!" If you use this chrome extension, you can realize such your dream! lol
Extension Basic Information
Name | Site Bomb |
ID | hnnabnffilimfgdcinlijkjkdemdonea |
Official URL | https://chromewebstore.google.com/detail/site-bomb/hnnabnffilimfgdcinlijkjkdemdonea |
Description | You can drop bombs on any pages |
File Size | 29.78 KB |
Installation Count | 4,000 |
Current Version | 1.0 |
Last Updated | 2021-01-15 |
Publish Date | 2021-01-15 |
Rating | 3.90/5 Total 10 Ratings |
Developer | Yui |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Bomb", "version": "1.0", "description": "You can drop bombs on any pages", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Site Bomb" }, "author": "YuikoIto", "manifest_version": 2 } |