Extenddder - mark followers on Dribbble

See who follows you on Dribbble. Green mark near follower's name in comments, shots, profiles etc.

Extenddder - mark followers on Dribbbleとは何ですか?

Extenddder - mark followers on DribbbleはKostiantyn Plakhotiaによって開発されたChromeの拡張機能で、その主な機能は「See who follows you on Dribbble. Green mark near follower's name in comments, shots, profiles etc.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Extenddder - mark followers on Dribbble拡張機能のCRXファイルをダウンロード

Extenddder - mark followers on Dribbble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Was you ever wondering if author of some amazing Dribbble shot follows you? Dribbble interface has no nice option for that, but with this extension you will see little green mark near any user that follows you.

Green mark "Follows you" appears on Dribbble pages:
• single user page
• single shot page
• users you follow page
• users/shots list pages
• comments section                    

拡張機能の基本情報

名前 Extenddder - mark followers on Dribbble Extenddder - mark followers on Dribbble
ID ioijjabppmehamijninjlniklkdamhii
公式URL https://chrome.google.com/webstore/detail/extenddder-mark-followers/ioijjabppmehamijninjlniklkdamhii
説明 See who follows you on Dribbble. Green mark near follower's name in comments, shots, profiles etc.
ファイルサイズ 44.78 KB
インストール数 56
現在のバージョン 1.0.6
最終更新日 2016-12-17
公開日 2016-12-17
評価 4.75/5 合計 4 レビュー
開発者 Kostiantyn Plakhotia
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extenddder - mark followers on Dribbble",
    "description": "See who follows you on Dribbble. Green mark near follower's name in comments, shots, profiles etc.",
    "version": "1.0.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "content_script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Dribbble Extender",
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "img\/marker.png"
    ],
    "manifest_version": 2
}