八卦插IP

開門查 IP!彈指間讓跳板仔無所遁形

What is 八卦插IP?

八卦插IP is a Chrome extension developed by https://osk2.me, and its main feature is "開門查 IP!彈指間讓跳板仔無所遁形".

Extension Screenshots

screenshot

Download 八卦插IP Extension CRX File

Download 八卦插IP 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

                        主要功能
- 在推文 IP 後面自動插國旗(僅支援有顯示 IP 的看板)
- 自動啟用轉換,一個鍵都不用按
- 點擊 IP 直接 Google 查水表
- 支援 ptt.cc 及 disp.cc

最近更新
  2011-10-17 | v2.0.2
  被老大哥警告,移除用不到的權限

其他說明
- 本套件另有 Firefox 版:https://addons.mozilla.org/zh-TW/firefox/addon/ptt-comment-flag

授權資訊
- 本套件以 MIT 授權釋出,詳情請見: https://github.com/osk2/ptt-comment-flag
- 圖示由 Freepik (http://www.freepik.com) 提供                    

Extension Basic Information

Name 八卦插IP 八卦插IP
ID fhnkhcdcpalgfgneoojgcbmhnfjaepii
Official URL https://chromewebstore.google.com/detail/%E5%85%AB%E5%8D%A6%E6%8F%92ip/fhnkhcdcpalgfgneoojgcbmhnfjaepii
Description 開門查 IP!彈指間讓跳板仔無所遁形
File Size 112 KB
Installation Count 2,594
Current Version 2.0.2
Last Updated 2021-10-22
Publish Date 2019-08-14
Rating 4.82/5 Total 28 Ratings
Developer https://osk2.me
Email [email protected]
Payment Type free
Privacy Policy Page URL https://osk2.me/home/privacy.html
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u516b\u5366\u63d2IP",
    "short_name": "\u516b\u5366\u63d2IP",
    "manifest_version": 2,
    "version": "2.0.2",
    "description": "\u958b\u9580\u67e5 IP\uff01\u5f48\u6307\u9593\u8b93\u8df3\u677f\u4ed4\u7121\u6240\u9041\u5f62",
    "author": "osk2",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "https:\/\/www.ptt.cc\/bbs\/Gossiping\/",
        "https:\/\/osk2.me\/"
    ],
    "homepage_url": "http:\/\/www.osk2.me",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/*\/M*",
                "https:\/\/disp.cc\/*"
            ],
            "css": [
                "css\/tippy.css",
                "css\/style.css"
            ],
            "js": [
                "js\/axios.min.js",
                "js\/tippy.min.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "css\/*"
    ]
}