Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
Co je Megane?
Megane je rozšíření Chrome vyvinuté ObiArt, a jeho hlavní funkcí je „Removes blur and other kinds of censorship on hentai-chan and nude-moon“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Megane
Stáhněte si soubory rozšíření Megane ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Removes blur and other kinds of censorship on hentai-chan and nude-moon Základní Informace o Rozšíření
| Název | |
| ID | lfoakkpbifjfmbblemcehgmofmjffifd |
| Oficiální URL | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
| Popis | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
| Velikost souboru | 49 KB |
| Počet instalací | 1,000 |
| Aktuální Verze | 1.3.0 |
| Poslední Aktualizace | 2021-10-13 |
| Datum Vydání | 2020-06-23 |
| Hodnocení | 5.00/5 Celkem 6 Hodnocení |
| Vývojář | ObiArt |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/ObiArt/megane |
| URL Stránky Zásad Ochrany Soukromí | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
| Podporované Jazyky | 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
} | |