To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
বন্ধফায়ারফক্স অ্যাড-অন এ স্বাগতম।
হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।
বন্ধ
Always Default Client 1.0.1-signed.1-signed
দ্বারা ClearCode Inc.
Makes the application to the default client on every startup.
এই অ্যাড-অন সম্পর্কে
You can control the behavior by following preferences:
// true => set default for all users on the computer (*require administrator permission)
user_pref("extensions.alwaysdefaultclient@clear-code.com.allUsers", false);
// true => use Firefox for http, https, .xhtml, etc.
// false => use Firefox for http only
user_pref("extensions.alwaysdefaultclient@clear-code.com.browser.allTypes", false);
// 1 = Mail
// 2 = News
// 4 = Feed
// (1 + 2 + 4 = 7 = All)
user_pref("extensions.alwaysdefaultclient@clear-code.com.mail.types", 1);