An extension is applied to all companies in that environment.
If you want it to be applied to just one company, you need to specify a conditional logic on every code on your extension.
You can add a boolean field to Company Information and use that as conditional.
CompanyInformation.Get();
if CompanyInformation.UseMyApp then
doThis;