Site Bomb
You can drop bombs on any pages
Wat is Site Bomb?
Site Bomb is een Chrome-extensie ontwikkeld door Yui, en de belangrijkste functie is "You can drop bombs on any pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Bomb
Download Site Bomb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
難しい記事とか読んでたら、うるせ〜〜〜〜全部爆発してやる〜〜〜〜〜っていう気持ちになることってありますよね。そんなときに使える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
Basisinformatie over de Extensie
Naam | Site Bomb |
ID | hnnabnffilimfgdcinlijkjkdemdonea |
Officiële URL | https://chromewebstore.google.com/detail/site-bomb/hnnabnffilimfgdcinlijkjkdemdonea |
Beschrijving | You can drop bombs on any pages |
Bestandsgrootte | 29.78 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-15 |
Publicatiedatum | 2021-01-15 |
Beoordeling | 3.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Yui |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |