SMS OTP default for Turkcell login

When you're trying to login internal Turkcell pages, see SMS OTP option selected by default.

What is SMS OTP default for Turkcell login?

SMS OTP default for Turkcell login is a Chrome extension developed by Caner Kamburoğlu, and its main feature is "When you're trying to login internal Turkcell pages, see SMS OTP option selected by default.".

Extension Screenshots

screenshot

Download SMS OTP default for Turkcell login Extension CRX File

Download SMS OTP default for Turkcell login 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

                        Install this extension to see SMS option selected by default on Turkcell internal login pages.

Disclaimer: This software neither produced nor listed by Turkcell. It's an unofficial product.                    

Extension Basic Information

Name SMS OTP default for Turkcell login SMS OTP default for Turkcell login
ID monjddcgimibmhlhopaipeconaokmogk
Official URL https://chromewebstore.google.com/detail/sms-otp-default-for-turkc/monjddcgimibmhlhopaipeconaokmogk
Description When you're trying to login internal Turkcell pages, see SMS OTP option selected by default.
File Size 29.96 KB
Installation Count 16
Current Version 0.0.2
Last Updated 2021-03-12
Publish Date 2020-03-20
Rating 5.00/5 Total 2 Ratings
Developer Caner Kamburoğlu
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS OTP default for Turkcell login",
    "version": "0.0.2",
    "description": "When you're trying to login internal Turkcell pages, see SMS OTP option selected by default.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.turkcell.com.tr\/my.policy"
            ]
        }
    ]
}