看看鄉民怎麼說?

看看鄉民怎麼說?

看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "看看鄉民怎麼說?",
  "version": "1.0.34",
  "description": "看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。",
  "icons": {
    "16": "triplec-16.png",
    "48": "triplec-48.png",
    "128": "triplec-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://tw.news.yahoo.com/*.html*",
        "https://tw.news.yahoo.com/*.html*",
        "http://www.nownews.com/n/*",
        "https://www.nownews.com/n/*",
        "http://*.chinatimes.com/realtimenews/*",
        "https://*.chinatimes.com/realtimenews/*",
        "http://www.chinatimes.com/newspapers/*",
        "https://www.chinatimes.com/newspapers/*",
        "http://udn.com/news/*/*/*",
        "https://udn.com/news/*/*/*",
        "http://udn.com/NEWS/*/*/*",
        "https://udn.com/NEWS/*/*/*",
        "http://news.ltn.com.tw/news/*",
        "https://news.ltn.com.tw/news/*",
        "http://*.appledaily.com.tw/*/article/*",
        "https://*.appledaily.com.tw/*/article/*",
        "http://*.ettoday.net/news/*/*.htm*",
        "https://*.ettoday.net/news/*/*.htm*",
        "*://www.ptt.rocks/share/*",
        "*://www.storm.mg/article/*/*/*",
        "*://www.storm.mg/article/*",
        "*://www.peoplenews.tw/news/*",
        "*://newtalk.tw/news/*",
        "*://www.mypeople.tw/*",
        "*://www.cna.com.tw/*/*/*/*.aspx",
        "*://www.cna.com.tw/*/*/*.aspx",
        "*://news.rti.org.tw/news/detail/*"
      ],
      "exclude_globs": [
        "*://www.mypeople.tw/category/news/*"
      ],
      "web_accessible_resources": [
        "assets/images/*",
        "assets/fonts/*"
      ],
      "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src https://connect.facebook.net; http://connect.facebook.net;",
      "css": [
        "semantic.css",
        "plugin.css",
        "bbs.css"
      ],
      "js": [
        "ga.js",
        "jquery-2.1.3.min.js",
        "jquery.mousewheel.js",
        "jquery.later.js",
        "semantic.js",
        "moment-with-langs.min.js",
        "URI.js",
        "contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "manifest_version": 2
}