Popup Annoyer
A simple chrome extensions, just to annoy people. That's it.
Vad är Popup Annoyer?
Popup Annoyer är en Chrome-tillägg utvecklad av https://kris10ansn.github.io, och dess huvudfunktion är "A simple chrome extensions, just to annoy people. That's it.".
Tilläggsskärmbilder
Ladda ner Popup Annoyer-förlängningens CRX-fil
Ladda ner Popup Annoyer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use this on whoever at your own risk, I do not take responsibility of anything that happens when this extension is used :) Grundläggande Information om Tillägg
| Namn | |
| ID | hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Officiell webbadress | https://chromewebstore.google.com/detail/popup-annoyer/hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Beskrivning | A simple chrome extensions, just to annoy people. That's it. |
| Filstorlek | 196 KB |
| Antal Installationer | 6,159 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2019-12-07 |
| Publiceringsdatum | 2019-12-07 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | https://kris10ansn.github.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://kris10ansn.github.io |
| Stödda Språk | 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
} | |