Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
Co to jest Megane?
Megane to rozszerzenie Chrome opracowane przez ObiArt, a jego główną funkcją jest „Removes blur and other kinds of censorship on hentai-chan and nude-moon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Megane
Pobierz pliki rozszerzeń Megane 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
Removes blur and other kinds of censorship on hentai-chan and nude-moon Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lfoakkpbifjfmbblemcehgmofmjffifd |
| Oficjalny URL | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
| Opis | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
| Rozmiar pliku | 49 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.3.0 |
| Ostatnia Aktualizacja | 2021-10-13 |
| Data Publikacji | 2020-06-23 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | ObiArt |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ObiArt/megane |
| Adres URL Strony Polityki Prywatności | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Megane",
"description": "Removes blur and other kinds of censorship on hentai-chan and nude-moon",
"version": "1.3.0",
"permissions": [
"storage",
"activeTab",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Megane",
"default_popup": "popup\/index.html",
"default_icon": "icons\/icon_48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"general.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"manifest_version": 2
} | |