Naver Blog Switch to Mobile Web

데스크톱에서 네이버 블로그 들어갔을 때 자동으로 모바일 버전으로 보여지게 하기.

What is Naver Blog Switch to Mobile Web?

Naver Blog Switch to Mobile Web is a Chrome extension developed by kim135797531, and its main feature is "데스크톱에서 네이버 블로그 들어갔을 때 자동으로 모바일 버전으로 보여지게 하기.".

Extension Screenshots

screenshot

Download Naver Blog Switch to Mobile Web Extension CRX File

Download Naver Blog Switch to Mobile Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        데스크톱에서 네이버 블로그 들어갔을 때 모바일 페이지로 보이게 하기

데스크톱 페이지로 보이게 하고 싶으면 이거 말고 "Naver Blog Switch to PC Web"으로
https://chrome.google.com/webstore/detail/naver-blog-pc-web/ecildldnhbnojdochfachamphkehhifd                    

Extension Basic Information

Name Naver Blog Switch to Mobile Web Naver Blog Switch to Mobile Web
ID oeommpbkijhendhlbcpjahomfipicanc
Official URL https://chromewebstore.google.com/detail/naver-blog-switch-to-mobi/oeommpbkijhendhlbcpjahomfipicanc
Description 데스크톱에서 네이버 블로그 들어갔을 때 자동으로 모바일 버전으로 보여지게 하기.
File Size 288 KB
Installation Count 46
Current Version 0.2
Last Updated 2023-12-05
Publish Date 2021-04-01
Developer kim135797531
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Naver Blog Switch to Mobile Web",
    "version": "0.2",
    "description": "\ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c \ub124\uc774\ubc84 \ube14\ub85c\uadf8 \ub4e4\uc5b4\uac14\uc744 \ub54c \uc790\ub3d9\uc73c\ub85c \ubaa8\ubc14\uc77c \ubc84\uc804\uc73c\ub85c \ubcf4\uc5ec\uc9c0\uac8c \ud558\uae30.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/blog.naver.com\/*",
                "http:\/\/m.blog.naver.com\/*",
                "https:\/\/blog.naver.com\/*",
                "https:\/\/m.blog.naver.com\/*",
                "http:\/\/map.naver.com\/*",
                "http:\/\/m.map.naver.com\/*",
                "https:\/\/map.naver.com\/*",
                "https:\/\/m.map.naver.com\/*",
                "http:\/\/cafe.naver.com\/*",
                "http:\/\/m.cafe.naver.com\/*",
                "https:\/\/cafe.naver.com\/*",
                "https:\/\/m.cafe.naver.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3
}