ㄎㄎ

讓你可以針對忘記收回讚的朋友發文

What is ㄎㄎ?

ㄎㄎ is a Chrome extension developed by 比較愛寫外掛的韓國瑜, and its main feature is "讓你可以針對忘記收回讚的朋友發文".

Extension Screenshots

screenshot
screenshot
screenshot

Download ㄎㄎ Extension CRX File

Download ㄎㄎ 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

                        是不是發了三四篇退讚文可是好像該看的人都沒看到呢?
使用這個就可以快速把那些人做成一個好友清單喔(但到底會不會比較看的到是個謎)

更新記錄
0.0.2 - 加入英粉連結
0.0.2 - 加入韓粉郭粉連結                    

Extension Basic Information

Name ㄎㄎ ㄎㄎ
ID bnbopcjmmfachnbgncbofeipbpdgllee
Official URL https://chromewebstore.google.com/detail/%E3%84%8E%E3%84%8E/bnbopcjmmfachnbgncbofeipbpdgllee
Description 讓你可以針對忘記收回讚的朋友發文
File Size 619 KB
Installation Count 447
Current Version 0.0.3
Last Updated 2019-09-10
Publish Date 2019-09-10
Rating 5.00/5 Total 6 Ratings
Developer 比較愛寫外掛的韓國瑜
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u310e\u310e",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "\u8b93\u4f60\u53ef\u4ee5\u91dd\u5c0d\u5fd8\u8a18\u6536\u56de\u8b9a\u7684\u670b\u53cb\u767c\u6587",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "zh_TW",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "\u310e\u310e",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/jquery.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}