Popup Annoyer
A simple chrome extensions, just to annoy people. That's it.
Co to jest Popup Annoyer?
Popup Annoyer to rozszerzenie Chrome opracowane przez https://kris10ansn.github.io, a jego główną funkcją jest „A simple chrome extensions, just to annoy people. That's it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Popup Annoyer
Pobierz pliki rozszerzeń Popup Annoyer 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
Use this on whoever at your own risk, I do not take responsibility of anything that happens when this extension is used :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Oficjalny URL | https://chromewebstore.google.com/detail/popup-annoyer/hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Opis | A simple chrome extensions, just to annoy people. That's it. |
| Rozmiar pliku | 196 KB |
| Liczba instalacji | 6,159 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2019-12-07 |
| Data Publikacji | 2019-12-07 |
| Ocena | 4.29/5 Łącznie 7 Oceny |
| Deweloper | https://kris10ansn.github.io |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://kris10ansn.github.io |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Popup Annoyer",
"short_name": "Annoyer",
"version": "1.1.0",
"description": "A simple chrome extensions, just to annoy people. That's it.",
"icons": {
"16": "icons\/icon16.jpg",
"48": "icons\/icon48.jpg",
"128": "icons\/icon128.jpg"
},
"browser_action": {
"default_popup": "index.html"
},
"offline_enabled": true,
"manifest_version": 2
} | |