ANNoy Distractions

Make the entrentainment and nsf sites annoying to use

Co to jest ANNoy Distractions?

ANNoy Distractions to rozszerzenie Chrome opracowane przez SRT.ONL, a jego główną funkcją jest „Make the entrentainment and nsf sites annoying to use”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ANNoy Distractions

Pobierz pliki rozszerzeń ANNoy Distractions 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

                        Not waste any more of your time in entertainment or adult sites. This plugin will make you hate that kind of sites by:

- Shaking images and links
- Every time you click a link, some annoying advertisement will be opened in a tab.
- Every time you scroll a fart sound will be played
- At any moment a dinosaur will apear from nowhere in your screen making noise.
- More things to annoy you will come.

The idea is to make you not use social networks, entertainment and adult sites. But without blocking them, just making that kind of websites annoying to use.                    

Podstawowe informacje o rozszerzeniu

Nazwa ANNoy Distractions ANNoy Distractions
ID cdcphalmjbppiecgidbodhhghfkhpcnh
Oficjalny URL https://chromewebstore.google.com/detail/annoy-distractions/cdcphalmjbppiecgidbodhhghfkhpcnh
Opis Make the entrentainment and nsf sites annoying to use
Rozmiar pliku 291 KB
Liczba instalacji 69
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-03-08
Data Publikacji 2017-03-08
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper SRT.ONL
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ANNoy Distractions",
    "version": "0.0.1",
    "description": "Make the entrentainment and nsf sites annoying to use",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "raptor.png",
        "raptor-sound.mp3",
        "raptor-sound.ogg"
    ]
}