DogeCoin Reddit Helper

A helper for Shibes wanting to make DogeCoin Transactions on /r/DogeMarket

DogeCoin Reddit Helperคืออะไร?

DogeCoin Reddit Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GusGold และคุณลักษณะหลักของมันคือ "A helper for Shibes wanting to make DogeCoin Transactions on /r/DogeMarket"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DogeCoin Reddit Helper

ดาวน์โหลดไฟล์ส่วนขยาย DogeCoin Reddit Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DogeCoin Reddit Helper assists Shibes in making safe and secure transactions on the subreddit, www.reddit/com/r/DogeMarket.

It provides visual information on users; If they are on the blacklist, a moderator, and even emails and skype details that have be involved scams.

It helps both puppy shibes in their first transactions, and dealer shibes in only trading with good shibes!

Please note that this is very much in its toilet training stages and will become a lot more feature filled in time.

For more information and support, please email me at [email protected] and I'll endeavor to help you.

Permissions Information:

reddit.com: For adding information and warnings to the page displayed to you. It doesn't alter any of your information and all changes are cosmetic.

docs.google.com: For getting the latest information from the blacklist, including banned users, emails and skype details.

ChangeLog:

Ver 0.7

- Removed jQuery
- 1/5th data traffic

Ver 0.6.2

- Removed 99% jQuery Dependancies
+ Lag mitigation on page scanning

Ver 0.5

+ Flair links to user's latest verification thread
* Code Optimisation (reducing concurrent operations)
* Slight Style Changes

Ver 0.4

+ Added Verification thread finding
+ Blacklist refreshes every hour
* Slightly changed blacklist "red" to make it less painful

Ver 0.3.1
+ Added support for multiple links as reasons
+ Reasons now span multiple lines per entry

Ver 0.3
+ Added Privacy options
+ Some personalisation options

Ver 0.2
* Redesigned Layout
+ Scans message & comment body
+ Pulls entry to show all info known on blacklist
+ Rescan button if more content loaded
+ Only scans expanded messages for less processing

History: https://github.com/GusGold/DogeRedditHelper-Chrome/commits/master

Thanks:

Image: Promos: http://www.reddit.com/user/slipperyjim8

Image: Screenshot: http://www.reddit.com/user/LoveFromBehind                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DogeCoin Reddit Helper DogeCoin Reddit Helper
ID gbgcpddajclaokffififldncmfekdfjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dogecoin-reddit-helper/gbgcpddajclaokffififldncmfekdfjn
คำอธิบาย A helper for Shibes wanting to make DogeCoin Transactions on /r/DogeMarket
ขนาดไฟล์ 61.26 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2014-08-19
วันที่เผยแพร่ 2014-08-18
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา GusGold
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DogeCoin Reddit Helper",
    "description": "A helper for Shibes wanting to make DogeCoin Transactions on \/r\/DogeMarket",
    "version": "0.7",
    "manifest_version": 2,
    "icons": {
        "16": "image\/icons\/icon.16.png",
        "48": "image\/icons\/icon.48.png",
        "128": "image\/icons\/icon.128.png"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/*",
        "http:\/\/doge.gusgold.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background\/background.js"
        ]
    },
    "options_page": "html\/options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/dogemarket\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.reddit.com\/r\/dogemarket\/comments\/*"
            ],
            "js": [
                "js\/content_script\/highlighter.js",
                "js\/content_script\/setup.js",
                "js\/content_script\/dogemarket.js"
            ],
            "css": [
                "css\/content_script\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/dogemarket\/comments\/*"
            ],
            "js": [
                "js\/content_script\/highlighter.js",
                "js\/content_script\/comments.js",
                "js\/content_script\/setup.js"
            ],
            "css": [
                "css\/content_script\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/message\/*"
            ],
            "js": [
                "js\/content_script\/highlighter.js",
                "js\/content_script\/messages.js",
                "js\/content_script\/setup.js"
            ],
            "css": [
                "css\/content_script\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "image\/page_action\/19.png",
            "38": "image\/page_action\/38.png"
        },
        "default_title": "DogeCoin Reddit Helper",
        "default_popup": "html\/page_action\/popup.html"
    }
}