Annoying Browsing
Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Cos'è Annoying Browsing?
Annoying Browsing è un'estensione di Chrome sviluppata da kalandrey92, e la sua funzione principale è "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Annoying Browsing
Scarica i file di estensione Annoying Browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer. Informazioni di Base sull'Estensione
| Nome | |
| ID | amocooflhobdfdnlkpdnapkcafolalhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh |
| Descrizione | Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that |
| Dimensione del File | 4.43 KB |
| Conteggio Installazioni | 859 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2016-12-18 |
| Data di Pubblicazione | 2016-12-18 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | kalandrey92 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Annoying Browsing",
"version": "1",
"permissions": [
"activeTab"
],
"description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that",
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
}
} | |