Annoying Browsing
Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Co to jest Annoying Browsing?
Annoying Browsing to rozszerzenie Chrome opracowane przez kalandrey92, a jego główną funkcją jest „Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Annoying Browsing
Pobierz pliki rozszerzeń Annoying Browsing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | amocooflhobdfdnlkpdnapkcafolalhh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh | 
| Opis | Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that | 
| Rozmiar pliku | 4.43 KB | 
| Liczba instalacji | 859 | 
| Aktualna Wersja | 1 | 
| Ostatnia Aktualizacja | 2016-12-18 | 
| Data Publikacji | 2016-12-18 | 
| Ocena | 3.00/5 Łącznie 2 Oceny | 
| Deweloper | kalandrey92 | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |