八卦插IP
開門查 IP!彈指間讓跳板仔無所遁形
Cos'è 八卦插IP?
八卦插IP è un'estensione di Chrome sviluppata da https://osk2.me, e la sua funzione principale è "開門查 IP!彈指間讓跳板仔無所遁形".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 八卦插IP
Scarica i file di estensione 八卦插IP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
主要功能
- 在推文 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) 提供 Informazioni di Base sull'Estensione
| Nome | |
| ID | fhnkhcdcpalgfgneoojgcbmhnfjaepii |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E5%85%AB%E5%8D%A6%E6%8F%92ip/fhnkhcdcpalgfgneoojgcbmhnfjaepii |
| Descrizione | 開門查 IP!彈指間讓跳板仔無所遁形 |
| Dimensione del File | 112 KB |
| Conteggio Installazioni | 2,594 |
| Versione Corrente | 2.0.2 |
| Ultimo Aggiornamento | 2021-10-22 |
| Data di Pubblicazione | 2019-08-14 |
| Valutazione | 4.82/5 Totale 28 Valutazioni |
| Sviluppatore | https://osk2.me |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://osk2.me/home/privacy.html |
| Lingue Supportate | 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\/*"
]
} | |