Twitter Card Validator

Card validatorでカードが現れるまでボタンを押し続ける

What is Twitter Card Validator?

Twitter Card Validator is a Chrome extension developed by loach, and its main feature is "Card validatorでカードが現れるまでボタンを押し続ける".

Extension Screenshots

screenshot

Download Twitter Card Validator Extension CRX File

Download Twitter Card Validator 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

                        Press and hold the button until the card appears in the Card validator.
Press ESC to pause.                    

Extension Basic Information

Name Twitter Card Validator Twitter Card Validator
ID mdogmobajgdbfcbccdbjdofoheinhmic
Official URL https://chromewebstore.google.com/detail/twitter-card-validator/mdogmobajgdbfcbccdbjdofoheinhmic
Description Card validatorでカードが現れるまでボタンを押し続ける
File Size 22.36 KB
Installation Count 135
Current Version 0.1.0
Last Updated 2020-07-03
Publish Date 2020-07-03
Rating 1.00/5 Total 1 Ratings
Developer loach
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Card Validator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Card validator\u3067\u30ab\u30fc\u30c9\u304c\u73fe\u308c\u308b\u307e\u3067\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cards-dev.twitter.com\/validator"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}